Untranslated button: Notification settings (#6809)
* Update NotificationMenu.tsx * Update translation.json
This commit is contained in:
@@ -24,7 +24,7 @@ const NotificationMenu: React.FC = () => {
|
|||||||
actionToMenuItem(markNotificationsAsArchived, context),
|
actionToMenuItem(markNotificationsAsArchived, context),
|
||||||
{
|
{
|
||||||
type: "button",
|
type: "button",
|
||||||
title: "Notification settings",
|
title: t("Notification settings"),
|
||||||
visible: true,
|
visible: true,
|
||||||
onClick: () => performAction(navigateToNotificationSettings, context),
|
onClick: () => performAction(navigateToNotificationSettings, context),
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -89,6 +89,7 @@
|
|||||||
"Download {{ platform }} app": "Download {{ platform }} app",
|
"Download {{ platform }} app": "Download {{ platform }} app",
|
||||||
"Log out": "Log out",
|
"Log out": "Log out",
|
||||||
"Mark notifications as read": "Mark notifications as read",
|
"Mark notifications as read": "Mark notifications as read",
|
||||||
|
"Notification settings": "Notification settings",
|
||||||
"Archive all notifications": "Archive all notifications",
|
"Archive all notifications": "Archive all notifications",
|
||||||
"Restore revision": "Restore revision",
|
"Restore revision": "Restore revision",
|
||||||
"Link copied": "Link copied",
|
"Link copied": "Link copied",
|
||||||
|
|||||||
Reference in New Issue
Block a user