diff --git a/docs/documentation/helpcenter.md b/docs/documentation/helpcenter.md index c519705067..0e69f6d93d 100644 --- a/docs/documentation/helpcenter.md +++ b/docs/documentation/helpcenter.md @@ -103,7 +103,7 @@ existing help center articles: would be appropriate in the description of the feature. For example, your new feature might relate to general Zulip features like [keyboard shortcuts](https://zulip.com/help/keyboard-shortcuts) - or [streams and topics](https://zulip.com/help/streams-and-topics). + or [channels and topics](https://zulip.com/help/streams-and-topics). - Make sure there is a **Related articles** section at the end of the article that again links to any help center documentation @@ -210,7 +210,7 @@ as guidance when documenting Zulip's features. When you refer to the features in the Zulip UI, you should **bold** the feature's name followed by the feature itself (e.g. **Settings** page, **Change password** button, **Email** field). No quotation marks should be -used. Use **bold** for stream names, and quotation marks for topic names. +used. Use **bold** for channel names, and quotation marks for topic names. Keep in mind that the UI may change — don’t describe it in more detail than is needed. In particular: @@ -374,7 +374,7 @@ The source for macros is the Markdown files under `help/include` in the - **Save changes** `{!save-changes.md!}`: Save changes after modifying organization settings. -- **Stream actions** `{!channel-actions.md!}`: Navigate to the stream actions +- **Channel actions** `{!channel-actions.md!}`: Navigate to the channel actions menu from the left sidebar. - **Start composing** `{!start-composing.md!}`: Open the compose box. @@ -409,7 +409,7 @@ Tips are more common than warnings. ```md !!! warn "" - **Note:** If you attempt to input a nonexistent stream name, an error + **Note:** If you attempt to input a nonexistent channel name, an error message will appear. ```