From cf543641d7563056713ca50163d404a109f4d95b Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 27 Jun 2022 10:29:10 +0200 Subject: [PATCH] change text in modal 2 --- frontend/src/components/SessionLogoutTimeout.vue | 5 ++++- frontend/src/locales/de.json | 7 ++++--- frontend/src/locales/en.json | 7 ++++--- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/frontend/src/components/SessionLogoutTimeout.vue b/frontend/src/components/SessionLogoutTimeout.vue index 62c1ba789..daed21ee3 100644 --- a/frontend/src/components/SessionLogoutTimeout.vue +++ b/frontend/src/components/SessionLogoutTimeout.vue @@ -11,8 +11,11 @@
{{ $t('session.warningText') }}
-
+
{{ $t('session.lightText') }} +
+
+ {{ $t('session.logoutIn') }} {{ closeTime }} {{ $t('time.seconds') }}
diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index e59549781..a64fcf471 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -198,9 +198,10 @@ "send_gdd": "GDD versenden", "send_per_link": "GDD versenden per Link", "session": { - "extend": "Verlängern", - "lightText": "Du wirst automatisch abgemeldet in", - "warningText": "Bist du noch da?" + "extend": "Angemeldet bleiben", + "lightText": "Wenn du länger als 10 Minuten keine Eingabe getätigt hast, wirst du aus Sicherheitsgründen abgemeldet.", + "warningText": "Bist du noch da?", + "logoutIn": "Abmelden in " }, "settings": { "language": { diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index b276123fb..867ac1a4d 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -198,9 +198,10 @@ "send_gdd": "GDD send", "send_per_link": "GDD send via link", "session": { - "extend": "Extend", - "lightText": "You will be automatically logged out in", - "warningText": "Are you still there?" + "extend": "Stay logged in", + "lightText": "If you have not entered anything for more than 10 minutes, you will be logged out for security reasons.", + "warningText": "Are you still there?", + "logoutIn": "Log out in " }, "settings": { "language": {