From 2b4715e7eaecd8ca77447352a780172881391d7f Mon Sep 17 00:00:00 2001 From: Alya Abbott Date: Tue, 9 Jul 2024 15:50:53 -0700 Subject: [PATCH] mentions view: Rename stream -> channel in empty view placeholder. --- web/src/narrow_banner.ts | 2 +- web/tests/message_view.test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/narrow_banner.ts b/web/src/narrow_banner.ts index 4e063ce398..5c34e7a244 100644 --- a/web/src/narrow_banner.ts +++ b/web/src/narrow_banner.ts @@ -34,7 +34,7 @@ const MENTIONS_VIEW_EMPTY_BANNER = { html: $t_html( { defaultMessage: - "To call attention to a message, you can mention a user, a group, topic participants, or all subscribers to a stream. Type @ in the compose box, and choose who you'd like to mention from the list of suggestions. Learn more", + "To call attention to a message, you can mention a user, a group, topic participants, or all subscribers to a channel. Type @ in the compose box, and choose who you'd like to mention from the list of suggestions. Learn more", }, { "z-link": (content_html) => diff --git a/web/tests/message_view.test.js b/web/tests/message_view.test.js index db6afe2530..d3ac434fb6 100644 --- a/web/tests/message_view.test.js +++ b/web/tests/message_view.test.js @@ -315,7 +315,7 @@ run_test("show_empty_narrow_message", ({mock_template}) => { $(".empty_feed_notice_main").html(), empty_narrow_html( "translated: This view will show messages where you are mentioned.", - 'translated HTML: To call attention to a message, you can mention a user, a group, topic participants, or all subscribers to a stream. Type @ in the compose box, and choose who you\'d like to mention from the list of suggestions. Learn more', + 'translated HTML: To call attention to a message, you can mention a user, a group, topic participants, or all subscribers to a channel. Type @ in the compose box, and choose who you\'d like to mention from the list of suggestions. Learn more', ), );