From dca032dd7567f59904c8d405f26343995af4ff2f Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Wed, 22 Nov 2023 18:13:27 +0000 Subject: [PATCH] inbox_ui: Rename unmuted topics to standard view. --- web/src/inbox_ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,