From bf567ce75805343933ccd4daa86ca3b6be5fa238 Mon Sep 17 00:00:00 2001 From: manojava-gk Date: Wed, 2 Aug 2023 15:25:15 +0530 Subject: [PATCH] bugfix(notification): fix go to use case link issue --- src/assets/locales/de/notification.json | 2 +- src/assets/locales/en/notification.json | 2 +- src/components/pages/NotificationCenter/NotificationItem.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/locales/de/notification.json b/src/assets/locales/de/notification.json index 16e6df352..e38e33cca 100644 --- a/src/assets/locales/de/notification.json +++ b/src/assets/locales/de/notification.json @@ -93,7 +93,7 @@ "home": "Zur Startseite", "app": "Zur App", "user": "Zum Benutzer", - "usecases": "Zu den Use Cases", + "usecase": "Zu den Use Case", "serviceprovider": "Go to service provider", "appmanagementboard": "App Management Board öffnen", "servicemanagementboard": "Service Management Board öffnen", diff --git a/src/assets/locales/en/notification.json b/src/assets/locales/en/notification.json index 6313e9791..8cb347a6d 100644 --- a/src/assets/locales/en/notification.json +++ b/src/assets/locales/en/notification.json @@ -89,7 +89,7 @@ "home": "Go to home page", "app": "Go to app", "user": "Go to user", - "usecases": "Go to use cases", + "usecase": "Go to Use Case", "serviceprovider": "Go to service provider", "appmanagementboard": "Get there", "servicemanagementboard": "Get there", diff --git a/src/components/pages/NotificationCenter/NotificationItem.tsx b/src/components/pages/NotificationCenter/NotificationItem.tsx index 41f8dfdee..89455f79f 100644 --- a/src/components/pages/NotificationCenter/NotificationItem.tsx +++ b/src/components/pages/NotificationCenter/NotificationItem.tsx @@ -155,7 +155,7 @@ const NotificationConfig = ({ item }: { item: CXNotificationContent }) => { case NotificationType.WELCOME_CONNECTOR_REGISTRATION: return case NotificationType.WELCOME_USE_CASES: - return + return case NotificationType.WELCOME_SERVICE_PROVIDER: return (