From e1abedc8ff2b3e7a2a0706c73a4aef77ca7c675b Mon Sep 17 00:00:00 2001 From: elweyn Date: Mon, 7 Feb 2022 12:18:25 +0100 Subject: [PATCH] add localize first_transaction --- frontend/src/locales/de.json | 3 ++- frontend/src/locales/en.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index fbd9c8e91..ffd03f588 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -42,7 +42,8 @@ "Starting_block_decay": "Startblock Vergänglichkeit", "toCommunity": "An die Gemeinschaft", "total": "Gesamt", - "year": "Jahre" + "year": "Jahre", + "first_transaction":"Die erste Transanktion binhaltet keinen Vergänglichkeit." }, "error": { "change-password": "Fehler beim Ändern des Passworts", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 534aa25e8..dce1cd2b0 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -42,7 +42,8 @@ "Starting_block_decay": "Starting Block Decay", "toCommunity": "To the community", "total": "Total", - "year": "Years" + "year": "Years", + "first_transaction":"The first transanction does not include transience." }, "error": { "change-password": "Error while changing password",