diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json
index 8b0cccf7f..8a49c3016 100644
--- a/frontend/src/locales/de.json
+++ b/frontend/src/locales/de.json
@@ -46,11 +46,6 @@
"total": "Gesamt",
"year": "Jahre"
},
- "transaction-link": {
- "send_you":"sendet dir",
- "subtitle":"subtitle",
- "button":"einlösen"
- },
"error": {
"change-password": "Fehler beim Ändern des Passworts",
"empty-transactionlist": "Es gab einen Fehler mit der Übermittlung der Anzahl deiner Transaktionen.",
@@ -237,6 +232,11 @@
"receiverNotFound": "Empfänger nicht gefunden",
"show_all": "Alle {count} Transaktionen ansehen"
},
+ "transaction-link": {
+ "button": "einlösen",
+ "send_you": "sendet dir",
+ "subtitle": "subtitle"
+ },
"transactions": "Transaktionen",
"whitepaper": "Whitepaper"
}
diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json
index 1c7c2595d..ca66bfe35 100644
--- a/frontend/src/locales/en.json
+++ b/frontend/src/locales/en.json
@@ -46,11 +46,6 @@
"total": "Total",
"year": "Years"
},
- "transaction-link": {
- "send_you":"wants to send you",
- "subtitle":"subtitle",
- "button":"redeem"
- },
"error": {
"change-password": "Error while changing password",
"empty-transactionlist": "There was an error with the transmission of the number of your transactions.",
@@ -237,6 +232,11 @@
"receiverNotFound": "Recipient not found",
"show_all": "View all {count} transactions."
},
+ "transaction-link": {
+ "button": "redeem",
+ "send_you": "wants to send you",
+ "subtitle": "subtitle"
+ },
"transactions": "Transactions",
"whitepaper": "Whitepaper"
}