diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index ffd03f588..952587b46 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -29,6 +29,7 @@ "decayStart": " - Startblock für Vergänglichkeit am: ", "decay_introduced": "Die Vergänglichkeit wurde eingeführt am ", "decay_since_last_transaction": "Vergänglichkeit seit der letzten Transaktion", + "first_transaction": "Die erste Transanktion binhaltet keinen Vergänglichkeit.", "hours": "Stunden", "last_transaction": "Letzte Transaktion", "minutes": "Minuten", @@ -42,8 +43,7 @@ "Starting_block_decay": "Startblock Vergänglichkeit", "toCommunity": "An die Gemeinschaft", "total": "Gesamt", - "year": "Jahre", - "first_transaction":"Die erste Transanktion binhaltet keinen Vergänglichkeit." + "year": "Jahre" }, "error": { "change-password": "Fehler beim Ändern des Passworts", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 9823e6f20..2427602f0 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -29,6 +29,7 @@ "decayStart": " - Starting block for decay at: ", "decay_introduced": "Decay was introduced on", "decay_since_last_transaction": "Decay since the last transaction", + "first_transaction": "The first transanction does not include decay.", "hours": "Hours", "last_transaction": "Last transaction:", "minutes": "Minutes", @@ -42,8 +43,7 @@ "Starting_block_decay": "Starting Block Decay", "toCommunity": "To the community", "total": "Total", - "year": "Years", - "first_transaction":"The first transanction does not include decay." + "year": "Years" }, "error": { "change-password": "Error while changing password",