From 5dd1ec846dd43a6dd5f61fb3a48fc29bcec13e90 Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 27 Jun 2022 08:50:32 +0200 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 e84c9faee..10a3996bb 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -198,9 +198,9 @@ "send_gdd": "GDD versenden", "send_per_link": "GDD versenden per Link", "session": { - "warningText": "Die Session läuft gleich ab!", + "extend": "Verlängern", "lightText": "Du wirst automatisch abgemeldet in", - "extend":"Verlängern" + "warningText": "Die Session läuft gleich ab!" }, "settings": { "language": { diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 2ebefcedf..ea30b31d6 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -198,9 +198,9 @@ "send_gdd": "GDD send", "send_per_link": "GDD send via link", "session": { - "warningText": "The session is about to expire!", + "extend": "Extend", "lightText": "You will be automatically logged out in", - "extend":"Extend" + "warningText": "The session is about to expire!" }, "settings": { "language": {