diff --git a/help/introduction-to-channels.md b/help/introduction-to-channels.md index 913bcef375..fdb71cf4a3 100644 --- a/help/introduction-to-channels.md +++ b/help/introduction-to-channels.md @@ -8,7 +8,7 @@ {tab|desktop-web} -{relative|channel|all} +{relative|channel|not-subscribed} 1. Scroll through the list of channels. You can use the **search box** near the top of the menu to filter the list by channel name or description. diff --git a/zerver/lib/markdown/help_relative_links.py b/zerver/lib/markdown/help_relative_links.py index 52511964a5..75acb56bd2 100644 --- a/zerver/lib/markdown/help_relative_links.py +++ b/zerver/lib/markdown/help_relative_links.py @@ -117,6 +117,7 @@ def help_handle_match(key: str) -> str: channel_info = { "all": ["All channels", "/#channels/all"], + "not-subscribed": ["Not subscribed", "/#channels/notsubscribed"], } channel_all_instructions = """