feature/IO-3096-GlobalNotifications - Code Review Part 4

This commit is contained in:
Dave Richer
2025-03-03 23:29:47 -05:00
parent c75e27e018
commit 163978930f
4 changed files with 7 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ const NotificationCenterComponent = ({
}} }}
className="ro-number" className="ro-number"
> >
RO #{notification.roNumber} {t("notifications.labels.ro-number", { ro_number: notification.roNumber })}
</Link> </Link>
<Text type="secondary" className="relative-time"> <Text type="secondary" className="relative-time">
{day(notification.created_at).fromNow()} {day(notification.created_at).fromNow()}

View File

@@ -3781,7 +3781,8 @@
"new-notification-title": "New Notification:", "new-notification-title": "New Notification:",
"show-unread-only": "Show Unread", "show-unread-only": "Show Unread",
"mark-all-read": "Mark Read", "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": { "actions": {
"remove": "remove" "remove": "remove"

View File

@@ -3781,7 +3781,8 @@
"new-notification-title": "", "new-notification-title": "",
"show-unread-only": "", "show-unread-only": "",
"mark-all-read": "", "mark-all-read": "",
"notification-popup-title": "" "notification-popup-title": "",
"ro-number": ""
}, },
"actions": { "actions": {
"remove": "" "remove": ""

View File

@@ -3781,7 +3781,8 @@
"new-notification-title": "", "new-notification-title": "",
"show-unread-only": "", "show-unread-only": "",
"mark-all-read": "", "mark-all-read": "",
"notification-popup-title": "" "notification-popup-title": "",
"ro-number": ""
}, },
"actions": { "actions": {
"remove": "" "remove": ""