diff --git a/components/MyPages/Blocks/Points/EarnAndBurn/Mobile/index.tsx b/components/MyPages/Blocks/Points/EarnAndBurn/Mobile/index.tsx
index ad4e896e4..9dc880c78 100644
--- a/components/MyPages/Blocks/Points/EarnAndBurn/Mobile/index.tsx
+++ b/components/MyPages/Blocks/Points/EarnAndBurn/Mobile/index.tsx
@@ -48,7 +48,7 @@ export default async function MobileTable({ lang, transactions }: TableProps) {
) : (
|
- {formatMessage({ id: "Empty" })}
+ {formatMessage({ id: "There are no transactions to display" })}
|
)}
diff --git a/i18n/dictionaries/da.json b/i18n/dictionaries/da.json
index 5d81d6fb6..81a935b4a 100644
--- a/i18n/dictionaries/da.json
+++ b/i18n/dictionaries/da.json
@@ -41,7 +41,7 @@
"Edit": "Redigere",
"Edit profile": "Rediger profil",
"Email": "E-mail",
- "Empty": "Empty",
+ "There are no transactions to display": "Der er ingen transaktioner at vise",
"Explore all levels and benefits": "Udforsk alle niveauer og fordele",
"Find booking": "Find booking",
"Flexibility": "Fleksibilitet",
diff --git a/i18n/dictionaries/de.json b/i18n/dictionaries/de.json
index 1db259912..e83fbf21b 100644
--- a/i18n/dictionaries/de.json
+++ b/i18n/dictionaries/de.json
@@ -41,7 +41,7 @@
"Edit": "Bearbeiten",
"Edit profile": "Profil bearbeiten",
"Email": "Email",
- "Empty": "Empty",
+ "There are no transactions to display": "Es sind keine Transaktionen zum Anzeigen vorhanden",
"Explore all levels and benefits": "Entdecken Sie alle Levels und Vorteile",
"Find booking": "Buchung finden",
"Flexibility": "Flexibilität",
diff --git a/i18n/dictionaries/en.json b/i18n/dictionaries/en.json
index 6a3263509..d297a47d7 100644
--- a/i18n/dictionaries/en.json
+++ b/i18n/dictionaries/en.json
@@ -42,7 +42,7 @@
"Edit": "Edit",
"Edit profile": "Edit profile",
"Email": "Email",
- "Empty": "Empty",
+ "There are no transactions to display": "There are no transactions to display",
"Explore all levels and benefits": "Explore all levels and benefits",
"Find booking": "Find booking",
"Flexibility": "Flexibility",
diff --git a/i18n/dictionaries/fi.json b/i18n/dictionaries/fi.json
index acec115ae..6ee8720ad 100644
--- a/i18n/dictionaries/fi.json
+++ b/i18n/dictionaries/fi.json
@@ -41,7 +41,7 @@
"Edit": "Muokata",
"Edit profile": "Muokkaa profiilia",
"Email": "Sähköposti",
- "Empty": "Empty",
+ "There are no transactions to display": "Näytettäviä tapahtumia ei ole",
"Explore all levels and benefits": "Tutustu kaikkiin tasoihin ja etuihin",
"Find booking": "Etsi varaus",
"Flexibility": "Joustavuus",
diff --git a/i18n/dictionaries/no.json b/i18n/dictionaries/no.json
index 87ec73ab7..bd50e995b 100644
--- a/i18n/dictionaries/no.json
+++ b/i18n/dictionaries/no.json
@@ -41,7 +41,7 @@
"Edit": "Redigere",
"Edit profile": "Rediger profil",
"Email": "E-post",
- "Empty": "Empty",
+ "There are no transactions to display": "Det er ingen transaksjoner å vise",
"Explore all levels and benefits": "Utforsk alle nivåer og fordeler",
"Find booking": "Finn booking",
"Flexibility": "Fleksibilitet",
diff --git a/i18n/dictionaries/sv.json b/i18n/dictionaries/sv.json
index be44e4402..446dd5c4d 100644
--- a/i18n/dictionaries/sv.json
+++ b/i18n/dictionaries/sv.json
@@ -41,7 +41,7 @@
"Edit": "Redigera",
"Edit profile": "Redigera profil",
"Email": "E-post",
- "Empty": "Tom",
+ "There are no transactions to display": "Det finns inga transaktioner att visa",
"Explore all levels and benefits": "Utforska alla nivåer och fördelar",
"Find booking": "Hitta bokning",
"Flexibility": "Flexibilitet",