feature/IO-3096-GlobalNotifications - Code Review Part 4
This commit is contained in:
@@ -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()}
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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": ""
|
||||||
|
|||||||
@@ -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": ""
|
||||||
|
|||||||
Reference in New Issue
Block a user