mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 17:36:27 +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
@@ -162,7 +162,9 @@ export function initialize(): void {
|
||||
let display_current_view;
|
||||
if (narrow_state.is_message_feed_visible()) {
|
||||
if (narrow_filter === undefined) {
|
||||
display_current_view = $t({defaultMessage: "Currently viewing all messages."});
|
||||
display_current_view = $t({
|
||||
defaultMessage: "Currently viewing your combined feed.",
|
||||
});
|
||||
} else if (
|
||||
_.isEqual(narrow_filter.sorted_term_types(), ["channel"]) &&
|
||||
compose_state.get_message_type() === "stream" &&
|
||||
|
||||
Reference in New Issue
Block a user