From bd90010ee15d95ff564c13c615b0dbd42b22baa9 Mon Sep 17 00:00:00 2001 From: Boubaker Khanfir Date: Fri, 8 Sep 2023 15:56:30 +0100 Subject: [PATCH] feat: Add Notification Administration Label - MEED-2445 - Meeds-io/MIPs#79 (#343) Prior to this change, the notification label is displayed the same way in administration and user settings. This change will add a dedicated label when in administration scope. --- .../locale/portlet/NotificationAdministration_en.properties | 1 + .../locale/portlet/NotificationAdministration_fr.properties | 1 + translations.properties | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 kudos-webapps/src/main/resources/locale/portlet/NotificationAdministration_en.properties create mode 100644 kudos-webapps/src/main/resources/locale/portlet/NotificationAdministration_fr.properties diff --git a/kudos-webapps/src/main/resources/locale/portlet/NotificationAdministration_en.properties b/kudos-webapps/src/main/resources/locale/portlet/NotificationAdministration_en.properties new file mode 100644 index 000000000..a345746b5 --- /dev/null +++ b/kudos-webapps/src/main/resources/locale/portlet/NotificationAdministration_en.properties @@ -0,0 +1 @@ +NotificationAdmin.KudosActivityReceiverNotificationPlugin=A kudos has been sent diff --git a/kudos-webapps/src/main/resources/locale/portlet/NotificationAdministration_fr.properties b/kudos-webapps/src/main/resources/locale/portlet/NotificationAdministration_fr.properties new file mode 100644 index 000000000..99ee3a470 --- /dev/null +++ b/kudos-webapps/src/main/resources/locale/portlet/NotificationAdministration_fr.properties @@ -0,0 +1 @@ +NotificationAdmin.KudosActivityReceiverNotificationPlugin=Un kudos a \u00E9t\u00E9 envoy\u00E9 diff --git a/translations.properties b/translations.properties index eefe965d7..459a92a7e 100644 --- a/translations.properties +++ b/translations.properties @@ -25,4 +25,5 @@ KudosNotification.properties=kudos-services/src/main/resources/locale/notificati Kudos.properties=kudos-services/src/main/resources/locale/addon/Kudos_en.properties # Analytics -Analytics.properties=kudos-webapps/src/main/resources/locale/portlet/Analytics_en.properties \ No newline at end of file +Analytics.properties=kudos-webapps/src/main/resources/locale/portlet/Analytics_en.properties +NotificationAdministration.properties=kudos-webapps/src/main/resources/locale/portlet/NotificationAdministration_en.properties