From 09643b63b0c628d1750a340985507a83f0c98880 Mon Sep 17 00:00:00 2001 From: Jan-David Date: Fri, 22 Oct 2021 07:12:13 +0200 Subject: [PATCH] fix: Use correct German translation of 'disabled' (#3255) --- app/javascript/dashboard/i18n/locale/de/inboxMgmt.json | 6 +++--- .../dashboard/i18n/locale/de/integrationApps.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/javascript/dashboard/i18n/locale/de/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/de/inboxMgmt.json index d2bd065e2..c496e69db 100644 --- a/app/javascript/dashboard/i18n/locale/de/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/de/inboxMgmt.json @@ -292,15 +292,15 @@ }, "AUTO_ASSIGNMENT": { "ENABLED": "Aktiviert", - "DISABLED": "Behindert" + "DISABLED": "Deaktiviert" }, "EMAIL_COLLECT_BOX": { "ENABLED": "Aktiviert", - "DISABLED": "Behindert" + "DISABLED": "Deaktiviert" }, "ENABLE_CSAT": { "ENABLED": "Aktiviert", - "DISABLED": "Behindert" + "DISABLED": "Deaktiviert" }, "ENABLE_HMAC": { "LABEL": "Enable" diff --git a/app/javascript/dashboard/i18n/locale/de/integrationApps.json b/app/javascript/dashboard/i18n/locale/de/integrationApps.json index e6090ad5d..c3f10e210 100644 --- a/app/javascript/dashboard/i18n/locale/de/integrationApps.json +++ b/app/javascript/dashboard/i18n/locale/de/integrationApps.json @@ -5,7 +5,7 @@ "HEADER": "Anwendungen", "STATUS": { "ENABLED": "Aktiviert", - "DISABLED": "Behindert" + "DISABLED": "Deaktiviert" }, "CONFIGURE": "Konfigurieren", "ADD_BUTTON": "Neuen Hook hinzufügen",