From 11d8ac7e482de35c5513de412e6a748f84845e17 Mon Sep 17 00:00:00 2001 From: shahmargi12 <124675506+shahmargi12@users.noreply.github.com> Date: Wed, 16 Oct 2024 18:05:29 +0530 Subject: [PATCH] fix: harmonize notification translation keys with constants (#1192) --- src/assets/locales/de/notification.json | 6 ++++-- src/assets/locales/en/notification.json | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/assets/locales/de/notification.json b/src/assets/locales/de/notification.json index 541814a1f..04fcfab56 100644 --- a/src/assets/locales/de/notification.json +++ b/src/assets/locales/de/notification.json @@ -108,11 +108,13 @@ "appAdminBoard": "Get there", "technicaluser": "Get there", "companyRolesServiceProvider": "Get there", - "usermanagement": "Get there", + "userManagement": "Get there", "serviceSubscription": "Get there", "serviceAdminBoard": "Get there", "roleDetails": "Open Role Matrix", - "servicemarketplace": "Get there" + "serviceMarketplace": "Get there", + "connectorManagement": "Get there", + "technicalUserManagement": "Get there" }, "due": "fällig", "search": "...suchen", diff --git a/src/assets/locales/en/notification.json b/src/assets/locales/en/notification.json index b1caf5d9e..c417761ae 100644 --- a/src/assets/locales/en/notification.json +++ b/src/assets/locales/en/notification.json @@ -108,11 +108,13 @@ "appAdminBoard": "Get there", "technicaluser": "Get there", "companyRolesServiceProvider": "Get there", - "usermanagement": "Get there", + "userManagement": "Get there", "serviceSubscription": "Get there", "serviceAdminBoard": "Get there", "roleDetails": "Open Role Matrix", - "servicemarketplace": "Get there" + "serviceMarketplace": "Get there", + "connectorManagement": "Get there", + "technicalUserManagement": "Get there" }, "due": "due", "search": "Enter your search value",