inbox_ui: Rename unmuted topics to standard view.

This commit is contained in:
Aman Agrawal 2023-11-22 18:13:27 +00:00 committed by Tim Abbott
parent 2c76ef9a73
commit dca032dd75

View File

@ -508,7 +508,7 @@ function filters_dropdown_options() {
},
{
unique_id: views_util.FILTERS.UNMUTED_TOPICS,
name: $t({defaultMessage: "Unmuted topics"}),
name: $t({defaultMessage: "Standard view"}),
bold_current_selection:
filters_dropdown_widget &&
filters_dropdown_widget.current_value === views_util.FILTERS.UNMUTED_TOPICS,