mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
left_sidebar: Rename All messages to Global Feed.
Fixes part of #27802.
This commit is contained in:
committed by
Tim Abbott
parent
561cc9eab3
commit
1594011b67
@@ -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: "#",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user