left_sidebar: Rename All messages to Global Feed.

Fixes part of #27802.
This commit is contained in:
nimishmedatwal
2024-04-02 16:40:48 +05:30
committed by Tim Abbott
parent 561cc9eab3
commit 1594011b67
46 changed files with 87 additions and 85 deletions

View File

@@ -1360,7 +1360,7 @@ test("describe", ({mock_template}) => {
assert.equal(Filter.search_description_as_html(narrow), string);
narrow = [];
string = "all messages";
string = "combined feed";
assert.equal(Filter.search_description_as_html(narrow), string);
});
@@ -1682,7 +1682,7 @@ test("navbar_helpers", () => {
terms: in_home,
is_common_narrow: true,
icon: "home",
title: "translated: All messages",
title: "translated: Combined feed",
redirect_url_with_search: "#",
},
{