From ef35fbd3a91ac34ccb279b68b5fabe2fddfbb382 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 4 Nov 2023 22:05:37 +0100 Subject: [PATCH] notification if telegram server is not reachable --- public/locales/de/translation.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/locales/de/translation.json b/public/locales/de/translation.json index d61804b..969c34c 100644 --- a/public/locales/de/translation.json +++ b/public/locales/de/translation.json @@ -421,6 +421,9 @@ "verificationPopover": { "title": "Verifizierung", "description": "Fügen Sie den Bot Ihrem Telegram-Konto hinzu und senden Sie den Befehl {{command}} an den Bot" + }, + "connectionFailedPopover": { + "title": "Telegram Verifizierungsstatus abfragen fehlgeschlagen" } } },