diff --git a/web/src/inbox_ui.js b/web/src/inbox_ui.js index 8eb7413b21..be0de2f350 100644 --- a/web/src/inbox_ui.js +++ b/web/src/inbox_ui.js @@ -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,