Skip to content

Commit

Permalink
Untranslated button: Notification settings (#6809)
Browse files Browse the repository at this point in the history
* Update NotificationMenu.tsx

* Update translation.json
  • Loading branch information
potatoone committed Apr 15, 2024
1 parent 34a8b81 commit 3315db4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/menus/NotificationMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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),
},
Expand Down
1 change: 1 addition & 0 deletions shared/i18n/locales/en_US/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3315db4

Please sign in to comment.