From 1ca31ddc6e39dbf391be8ae9e6655014f9ecb164 Mon Sep 17 00:00:00 2001 From: s-martin Date: Sun, 12 Nov 2023 20:49:45 +0100 Subject: [PATCH] fix #2101 (#2107) * fix #2101 * fix #2101 for de --- src/webapp/public/locales/de/translation.json | 3 ++- src/webapp/public/locales/en/translation.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/webapp/public/locales/de/translation.json b/src/webapp/public/locales/de/translation.json index e2424b649..25b11b703 100644 --- a/src/webapp/public/locales/de/translation.json +++ b/src/webapp/public/locales/de/translation.json @@ -177,7 +177,8 @@ "rebooting": "Das System wird neu gestartet.", "button-title": "Neustart", "description-confirm": "Möchtest Du jetzt wirklich neu starten?", - "failed": "Neustart fehlgeschlagen" + "failed": "Neustart fehlgeschlagen", + "bye": "👋 Bis bald" }, "shutdown": { "title": "Herunterfahren", diff --git a/src/webapp/public/locales/en/translation.json b/src/webapp/public/locales/en/translation.json index d2e89adf1..d03941eb6 100644 --- a/src/webapp/public/locales/en/translation.json +++ b/src/webapp/public/locales/en/translation.json @@ -177,7 +177,8 @@ "rebooting": "Rebooting", "button-title": "Reboot", "description-confirm": "Are you sure you want to reboot now?", - "failed": "Reboot failed" + "failed": "Reboot failed", + "bye": "👋 Good bye" }, "shutdown": { "title": "Shut Down",