From a840970740489c9bde2dd0ef87a4f99ce5f78d25 Mon Sep 17 00:00:00 2001 From: "margi.shah1" Date: Thu, 29 Aug 2024 10:39:15 +0530 Subject: [PATCH] fix: rename translation key from 'appsubscription' to 'appSubscription' in 'notification.json' --- src/assets/locales/de/notification.json | 2 +- src/assets/locales/en/notification.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/locales/de/notification.json b/src/assets/locales/de/notification.json index e9fc8600a..fea5e0979 100644 --- a/src/assets/locales/de/notification.json +++ b/src/assets/locales/de/notification.json @@ -104,7 +104,7 @@ "appmanagementboard": "App Management Board öffnen", "servicemanagementboard": "Service Management Board öffnen", "appOverview": "Get there", - "appsubscription": "Get there", + "appSubscription": "Get there", "adminboard": "Get there", "technicaluser": "Get there", "companyRolesServiceProvider": "Get there", diff --git a/src/assets/locales/en/notification.json b/src/assets/locales/en/notification.json index 23c467580..3efa578b9 100644 --- a/src/assets/locales/en/notification.json +++ b/src/assets/locales/en/notification.json @@ -104,7 +104,7 @@ "appmanagementboard": "Get there", "servicemanagementboard": "Get there", "appOverview": "Get there", - "appsubscription": "Get there", + "appSubscription": "Get there", "adminboard": "Get there", "technicaluser": "Get there", "companyRolesServiceProvider": "Get there",