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),
|
||||
{
|
||||
type: "button",
|
||||
title: "Notification settings",
|
||||
title: t("Notification settings"),
|
||||
visible: true,
|
||||
onClick: () => performAction(navigateToNotificationSettings, context),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user