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",