From 03e9439d7dc563aa51d82032172dbfc2cc0b2aef Mon Sep 17 00:00:00 2001 From: headlessdev Date: Tue, 29 Apr 2025 22:54:32 +0200 Subject: [PATCH] Echobell notice i18n --- app/dashboard/settings/Settings.tsx | 2 +- i18n/languages/de.json | 3 ++- i18n/languages/en.json | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/dashboard/settings/Settings.tsx b/app/dashboard/settings/Settings.tsx index 81bdd89..792e35d 100644 --- a/app/dashboard/settings/Settings.tsx +++ b/app/dashboard/settings/Settings.tsx @@ -699,7 +699,7 @@ export default function Settings() { onChange={(e) => setEchobellURL(e.target.value)} /> - Add in Echobell the "message" field. + {t('Settings.Notifications.AddNotification.Echobell.AddMessage')} )} diff --git a/i18n/languages/de.json b/i18n/languages/de.json index be8f620..40584b9 100644 --- a/i18n/languages/de.json +++ b/i18n/languages/de.json @@ -384,7 +384,8 @@ }, "Echobell": { "Title": "Echobell", - "Url": "Echobell-URL" + "Url": "Echobell-URL", + "AddMessage": "Füge in Echobell den \"message\" Feld hinzu." } }, "CustomizeText": { diff --git a/i18n/languages/en.json b/i18n/languages/en.json index 8b9f8cb..d9b4f55 100644 --- a/i18n/languages/en.json +++ b/i18n/languages/en.json @@ -384,7 +384,8 @@ }, "Echobell": { "Title": "Echobell", - "Url": "Echobell URL" + "Url": "Echobell URL", + "AddMessage": "Add in Echobell the \"message\" field." } }, "CustomizeText": {