mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 11:01:54 +03:00
Change notification actions (#2938)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
87aaf8c44f
commit
0ffa5f7f5f
@ -266,8 +266,8 @@ export function createModel (builder: Builder): void {
|
||||
{
|
||||
action: notification.actionImpl.Hide,
|
||||
actionProps: {},
|
||||
label: notification.string.Hide,
|
||||
icon: notification.icon.Hide,
|
||||
label: notification.string.Archive,
|
||||
icon: view.icon.Archive,
|
||||
input: 'focus',
|
||||
category: notification.category.Notification,
|
||||
target: notification.class.DocUpdates,
|
||||
@ -282,7 +282,7 @@ export function createModel (builder: Builder): void {
|
||||
action: notification.actionImpl.Unsubscribe,
|
||||
actionProps: {},
|
||||
label: notification.string.DontTrack,
|
||||
icon: view.icon.Delete,
|
||||
icon: notification.icon.Hide,
|
||||
input: 'focus',
|
||||
category: notification.category.Notification,
|
||||
target: notification.class.DocUpdates,
|
||||
|
@ -31,7 +31,7 @@ export default mergeIds(notificationId, notification, {
|
||||
BrowserNotification: '' as IntlString,
|
||||
EmailNotification: '' as IntlString,
|
||||
Collaborators: '' as IntlString,
|
||||
Hide: '' as IntlString,
|
||||
Archive: '' as IntlString,
|
||||
MarkAsUnread: '' as IntlString
|
||||
},
|
||||
app: {
|
||||
|
@ -17,7 +17,7 @@
|
||||
"MarkAllAsRead": "Mark all notifications as read",
|
||||
"MarkAsRead": "Mark as read",
|
||||
"MarkAsUnread": "Mark as unread",
|
||||
"Hide": "Hide",
|
||||
"Archive": "Archive",
|
||||
"Inbox": "Inbox",
|
||||
"Collaborators": "Collaborators"
|
||||
}
|
||||
|
@ -17,7 +17,7 @@
|
||||
"MarkAllAsRead": "Отметить все нотификации как прочитанные",
|
||||
"MarkAsRead": "Отметить нотификация прочитанной",
|
||||
"MarkAsUnread": "Отметить непрочитанным",
|
||||
"Hide": "Скрыть",
|
||||
"Archive": "Архивировать",
|
||||
"Inbox": "Входящие",
|
||||
"Collaborators": "Участники"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user