help: Rename web-public-streams page to public-access-option.

This commit is contained in:
Aman Agrawal
2022-04-28 10:49:40 +00:00
committed by Tim Abbott
parent d51f798468
commit 00fffd1681
14 changed files with 20 additions and 19 deletions

View File

@@ -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;