diff options
Diffstat (limited to 'app/javascript/mastodon/locales/defaultMessages.json')
-rw-r--r-- | app/javascript/mastodon/locales/defaultMessages.json | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/app/javascript/mastodon/locales/defaultMessages.json b/app/javascript/mastodon/locales/defaultMessages.json index 7dd2d2cb7..2c5f5fc74 100644 --- a/app/javascript/mastodon/locales/defaultMessages.json +++ b/app/javascript/mastodon/locales/defaultMessages.json @@ -2264,8 +2264,12 @@ { "descriptors": [ { - "defaultMessage": "Show", - "id": "notifications.column_settings.filter_bar.show" + "defaultMessage": "Highlight unread notifications", + "id": "notifications.column_settings.unread_notifications.highlight" + }, + { + "defaultMessage": "Show filter bar", + "id": "notifications.column_settings.filter_bar.show_bar" }, { "defaultMessage": "Display all categories", @@ -2296,8 +2300,8 @@ "id": "notifications.permission_required" }, { - "defaultMessage": "Unread notification markers", - "id": "notifications.column_settings.unread_markers.category" + "defaultMessage": "Unread notifications", + "id": "notifications.column_settings.unread_notifications.category" }, { "defaultMessage": "Quick filter bar", |