From 346084f79732cabaa1a80c0f1427a32d9e247f64 Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 27 Jun 2022 09:05:38 +0200 Subject: [PATCH] change text in modal --- frontend/src/components/SessionLogoutTimeout.vue | 7 +------ frontend/src/locales/de.json | 2 +- frontend/src/locales/en.json | 2 +- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/frontend/src/components/SessionLogoutTimeout.vue b/frontend/src/components/SessionLogoutTimeout.vue index 8160b2c15..62c1ba789 100644 --- a/frontend/src/components/SessionLogoutTimeout.vue +++ b/frontend/src/components/SessionLogoutTimeout.vue @@ -18,12 +18,7 @@ - - - {{ $t('navigation.logout') }} - - - + {{ $t('session.extend') }} diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 10a3996bb..e59549781 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -200,7 +200,7 @@ "session": { "extend": "Verlängern", "lightText": "Du wirst automatisch abgemeldet in", - "warningText": "Die Session läuft gleich ab!" + "warningText": "Bist du noch da?" }, "settings": { "language": { diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index ea30b31d6..b276123fb 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -200,7 +200,7 @@ "session": { "extend": "Extend", "lightText": "You will be automatically logged out in", - "warningText": "The session is about to expire!" + "warningText": "Are you still there?" }, "settings": { "language": {