feature/IO-3096-GlobalNotifications - Code Review Part 4
This commit is contained in:
@@ -43,7 +43,7 @@ const NotificationCenterComponent = ({
|
||||
}}
|
||||
className="ro-number"
|
||||
>
|
||||
RO #{notification.roNumber}
|
||||
{t("notifications.labels.ro-number", { ro_number: notification.roNumber })}
|
||||
</Link>
|
||||
<Text type="secondary" className="relative-time">
|
||||
{day(notification.created_at).fromNow()}
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -3781,7 +3781,8 @@
|
||||
"new-notification-title": "",
|
||||
"show-unread-only": "",
|
||||
"mark-all-read": "",
|
||||
"notification-popup-title": ""
|
||||
"notification-popup-title": "",
|
||||
"ro-number": ""
|
||||
},
|
||||
"actions": {
|
||||
"remove": ""
|
||||
|
||||
@@ -3781,7 +3781,8 @@
|
||||
"new-notification-title": "",
|
||||
"show-unread-only": "",
|
||||
"mark-all-read": "",
|
||||
"notification-popup-title": ""
|
||||
"notification-popup-title": "",
|
||||
"ro-number": ""
|
||||
},
|
||||
"actions": {
|
||||
"remove": ""
|
||||
|
||||
Reference in New Issue
Block a user