From 1c8a9efc503a04bfccd2e6cea37355e323ffebe8 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 9 Feb 2023 17:03:41 +0100 Subject: [PATCH] fix locales --- frontend/src/locales/de.json | 4 ++-- frontend/src/locales/en.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 04d49ed82..016698abc 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -272,11 +272,11 @@ "send_gdd": "GDD versenden", "send_per_link": "GDD versenden per Link", "session": { + "automaticallyLoggedOut": "Du wurdest automatisch abgemeldet", "extend": "Angemeldet bleiben", "lightText": "Wenn du länger als 10 Minuten keine Aktion getätigt hast, wirst du aus Sicherheitsgründen abgemeldet.", "logoutIn": "Abmelden in ", - "warningText": "Bist du noch da?", - "automaticallyLoggedOut": "Du wurdest automatisch abgemeldet" + "warningText": "Bist du noch da?" }, "settings": { "hideAmountGDD": "Dein GDD Betrag ist versteckt.", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 360325c8f..d95187b41 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -272,11 +272,11 @@ "send_gdd": "Send GDD", "send_per_link": "Send GDD via Link", "session": { + "automaticallyLoggedOut": "You have been automatically logged out.", "extend": "Stay logged in", "lightText": "If you have not performed any action for more than 10 minutes, you will be logged out for security reasons.", "logoutIn": "Log out in ", - "warningText": "Are you still there?", - "automaticallyLoggedOut": "You have been automatically logged out." + "warningText": "Are you still there?" }, "settings": { "hideAmountGDD": "Your GDD amount is hidden.",