From 3fe2b8e0265cbf8f949c41ccd4bb5ba1127e954f Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 4 Feb 2022 15:52:14 +0100 Subject: [PATCH] yarn locales --fix --- frontend/src/locales/de.json | 2 +- frontend/src/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 3debeb95d..fbd9c8e91 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -69,7 +69,7 @@ "memo": "Nachricht", "message": "Nachricht", "new_balance": "Neuer Kontostand nach Bestätigung", - "no_gdd_available":"Du hast keine GDD zum versenden.", + "no_gdd_available": "Du hast keine GDD zum versenden.", "password": "Passwort", "passwordRepeat": "Passwort wiederholen", "password_new": "Neues Passwort", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 8b0171e0b..d4f97757f 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -69,7 +69,7 @@ "memo": "Message", "message": "Message", "new_balance": "Account balance after confirmation", - "no_gdd_available":"You do not have a GDD to send.", + "no_gdd_available": "You do not have a GDD to send.", "password": "Password", "passwordRepeat": "Repeat password", "password_new": "New password",