Untranslated button: Notification settings (#6809)

* Update NotificationMenu.tsx

* Update translation.json
This commit is contained in:
一颗小土豆
2024-04-15 21:02:13 +08:00
committed by GitHub
parent 34a8b8146d
commit 3315db449f
2 changed files with 2 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ const NotificationMenu: React.FC = () => {
actionToMenuItem(markNotificationsAsArchived, context),
{
type: "button",
title: "Notification settings",
title: t("Notification settings"),
visible: true,
onClick: () => performAction(navigateToNotificationSettings, context),
},

View File

@@ -89,6 +89,7 @@
"Download {{ platform }} app": "Download {{ platform }} app",
"Log out": "Log out",
"Mark notifications as read": "Mark notifications as read",
"Notification settings": "Notification settings",
"Archive all notifications": "Archive all notifications",
"Restore revision": "Restore revision",
"Link copied": "Link copied",