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),
},