Change notification actions (#2938)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2023-04-11 17:33:36 +06:00 committed by GitHub
parent 87aaf8c44f
commit 0ffa5f7f5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -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,

View File

@ -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: {

View File

@ -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"
}

View File

@ -17,7 +17,7 @@
"MarkAllAsRead": "Отметить все нотификации как прочитанные",
"MarkAsRead": "Отметить нотификация прочитанной",
"MarkAsUnread": "Отметить непрочитанным",
"Hide": "Скрыть",
"Archive": "Архивировать",
"Inbox": "Входящие",
"Collaborators": "Участники"
}