From 27bb856513b709ed75ee619d0ea23e6fbb72d015 Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Thu, 5 May 2022 15:45:52 +0200 Subject: [PATCH] help-center: Reword self-host warning to enable web-public streams. Rewords warning for self-hosted Zulip servers to enable web-public streams so that the inline code doesn't line wrap oddly due to spacing. --- templates/zerver/help/public-access-option.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/templates/zerver/help/public-access-option.md b/templates/zerver/help/public-access-option.md index a69c89214d..376128432a 100644 --- a/templates/zerver/help/public-access-option.md +++ b/templates/zerver/help/public-access-option.md @@ -37,10 +37,9 @@ communities such as open-source projects and research communities. ### Enable or disable web-public streams !!! warn "" - Self-hosted Zulip servers must enable support for web-public streams by setting - `WEB_PUBLIC_STREAMS_ENABLED = True` in their [server - settings](https://zulip.readthedocs.io/en/latest/production/settings.html) - prior to proceeding. + Self-hosted Zulip servers must enable support for web-public streams in their + [server settings](https://zulip.readthedocs.io/en/latest/production/settings.html) + by setting `WEB_PUBLIC_STREAMS_ENABLED = True` prior to proceeding. {start_tabs}