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

@@ -11,11 +11,12 @@ const SPECTATOR_STREAM_NARROW_BANNER = {
title: "",
html: $t_html(
{
defaultMessage: "This stream does not exist or is not <z-link>web-public</z-link>.",
defaultMessage:
"This stream does not exist or is not <z-link>publicly accessible</z-link>.",
},
{
"z-link": (content_html) =>
`<a href="https://zulip.com/help/web-public-streams">${content_html}</a>`,
`<a href="https://zulip.com/help/public-access-option">${content_html}</a>`,
},
),
};