diff --git a/client/src/components/notification-center/notification-center.component.jsx b/client/src/components/notification-center/notification-center.component.jsx index 9b6b39ea2..5d9371f49 100644 --- a/client/src/components/notification-center/notification-center.component.jsx +++ b/client/src/components/notification-center/notification-center.component.jsx @@ -43,7 +43,7 @@ const NotificationCenterComponent = ({ }} className="ro-number" > - RO #{notification.roNumber} + {t("notifications.labels.ro-number", { ro_number: notification.roNumber })} {day(notification.created_at).fromNow()} diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index 53c07fc12..ba256c680 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -3781,7 +3781,8 @@ "new-notification-title": "New Notification:", "show-unread-only": "Show Unread", "mark-all-read": "Mark Read", - "notification-popup-title": "Changes for Job #{{ro_number}}" + "notification-popup-title": "Changes for Job #{{ro_number}}", + "ro-number": "RO #{{ro_number}}" }, "actions": { "remove": "remove" diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index 777737a01..521a8681f 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -3781,7 +3781,8 @@ "new-notification-title": "", "show-unread-only": "", "mark-all-read": "", - "notification-popup-title": "" + "notification-popup-title": "", + "ro-number": "" }, "actions": { "remove": "" diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index f4920775b..af75584d3 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -3781,7 +3781,8 @@ "new-notification-title": "", "show-unread-only": "", "mark-all-read": "", - "notification-popup-title": "" + "notification-popup-title": "", + "ro-number": "" }, "actions": { "remove": ""