mirror of
https://github.com/zulip/zulip.git
synced 2025-11-08 16:01:58 +00:00
help: Rename web-public-streams page to public-access-option.
This commit is contained in:
@@ -237,7 +237,7 @@ run_test("show_empty_narrow_message", ({mock_template}) => {
|
||||
$(".empty_feed_notice_main").html(),
|
||||
empty_narrow_html(
|
||||
"",
|
||||
'translated HTML: This stream does not exist or is not <a href="https://zulip.com/help/web-public-streams">web-public</a>.',
|
||||
'translated HTML: This stream does not exist or is not <a href="https://zulip.com/help/public-access-option">publicly accessible</a>.',
|
||||
),
|
||||
);
|
||||
|
||||
@@ -251,7 +251,7 @@ run_test("show_empty_narrow_message", ({mock_template}) => {
|
||||
$(".empty_feed_notice_main").html(),
|
||||
empty_narrow_html(
|
||||
"",
|
||||
'translated HTML: This stream does not exist or is not <a href="https://zulip.com/help/web-public-streams">web-public</a>.',
|
||||
'translated HTML: This stream does not exist or is not <a href="https://zulip.com/help/public-access-option">publicly accessible</a>.',
|
||||
),
|
||||
);
|
||||
page_params.is_spectator = false;
|
||||
|
||||
Reference in New Issue
Block a user