From 00fffd1681df0903dba37c2059f5fcecee98b26e Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Thu, 28 Apr 2022 10:49:40 +0000 Subject: [PATCH] help: Rename `web-public-streams` page to `public-access-option`. --- frontend_tests/node_tests/narrow.js | 4 ++-- static/js/narrow_banner.js | 5 +++-- static/templates/settings/organization_permissions_admin.hbs | 2 +- templates/zerver/api/changelog.md | 2 +- templates/zerver/features.html | 2 +- templates/zerver/for-open-source.html | 2 +- templates/zerver/for-research.html | 2 +- templates/zerver/help/change-the-privacy-of-a-stream.md | 2 +- templates/zerver/help/configure-who-can-create-streams.md | 4 ++-- templates/zerver/help/include/sidebar_index.md | 2 +- templates/zerver/help/moderating-open-organizations.md | 2 +- .../help/{web-public-streams.md => public-access-option.md} | 2 +- templates/zerver/help/stream-permissions.md | 4 ++-- zerver/openapi/zulip.yaml | 4 ++-- 14 files changed, 20 insertions(+), 19 deletions(-) rename templates/zerver/help/{web-public-streams.md => public-access-option.md} (98%) diff --git a/frontend_tests/node_tests/narrow.js b/frontend_tests/node_tests/narrow.js index d64109da72..0d8627e41d 100644 --- a/frontend_tests/node_tests/narrow.js +++ b/frontend_tests/node_tests/narrow.js @@ -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 web-public.', + 'translated HTML: This stream does not exist or is not publicly accessible.', ), ); @@ -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 web-public.', + 'translated HTML: This stream does not exist or is not publicly accessible.', ), ); page_params.is_spectator = false; diff --git a/static/js/narrow_banner.js b/static/js/narrow_banner.js index 7b73891ff6..688e09babe 100644 --- a/static/js/narrow_banner.js +++ b/static/js/narrow_banner.js @@ -11,11 +11,12 @@ const SPECTATOR_STREAM_NARROW_BANNER = { title: "", html: $t_html( { - defaultMessage: "This stream does not exist or is not web-public.", + defaultMessage: + "This stream does not exist or is not publicly accessible.", }, { "z-link": (content_html) => - `${content_html}`, + `${content_html}`, }, ), }; diff --git a/static/templates/settings/organization_permissions_admin.hbs b/static/templates/settings/organization_permissions_admin.hbs index 5f3d9bd492..ef0573aa53 100644 --- a/static/templates/settings/organization_permissions_admin.hbs +++ b/static/templates/settings/organization_permissions_admin.hbs @@ -109,7 +109,7 @@ is_checked=realm_enable_spectator_access label=admin_settings_label.realm_enable_spectator_access is_disabled=disable_enable_spectator_access_setting - help_link="help/web-public-streams"}} + help_link="help/public-access-option"}}