mentions view: Rename stream -> channel in empty view placeholder.

This commit is contained in:
Alya Abbott
2024-07-09 15:50:53 -07:00
committed by Tim Abbott
parent df578e9264
commit 2b4715e7ea
2 changed files with 2 additions and 2 deletions

View File

@@ -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. <z-link>Learn more</z-link>",
"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. <z-link>Learn more</z-link>",
},
{
"z-link": (content_html) =>

View File

@@ -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. <a target="_blank" rel="noopener noreferrer" href="/help/mention-a-user-or-group">Learn more</a>',
'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. <a target="_blank" rel="noopener noreferrer" href="/help/mention-a-user-or-group">Learn more</a>',
),
);