help: Rename and redirect change-the-color-of-a-stream for channel.

This commit is contained in:
Lauryn Menard 2024-05-01 19:21:07 +02:00 committed by Tim Abbott
parent 47ecc4989d
commit 4f97c7b202
3 changed files with 9 additions and 8 deletions

View File

@ -1,9 +1,9 @@
# Change the color of a stream # Change the color of a channel
Zulip assigns each of your streams a color when you subscribe to the Zulip assigns each of your channels a color when you subscribe to the
stream. Changing a stream's color does not change it for anyone else. channel. Changing a channel's color does not change it for anyone else.
## Change the color of a stream ## Change the color of a channel
{start_tabs} {start_tabs}
@ -19,17 +19,17 @@ stream. Changing a stream's color does not change it for anyone else.
{end_tabs} {end_tabs}
### From the streams page (alternate method) ### From the channels page (alternate method)
{start_tabs} {start_tabs}
{relative|gear|stream-settings} {relative|gear|stream-settings}
1. Select a stream. 1. Select a channel.
{!select-channel-view-personal.md!} {!select-channel-view-personal.md!}
1. Under **Personal settings**, click on the colored square below **Stream color**. 1. Under **Personal settings**, click on the colored square below **Channel color**.
1. Select a color from the grid, use the color picker, or enter a hex code. 1. Select a color from the grid, use the color picker, or enter a hex code.

View File

@ -132,7 +132,7 @@
* [View channel subscribers](/help/view-channel-subscribers) * [View channel subscribers](/help/view-channel-subscribers)
* [Add or remove users from a channel](/help/add-or-remove-users-from-a-channel) * [Add or remove users from a channel](/help/add-or-remove-users-from-a-channel)
* [Pin a channel](/help/pin-a-channel) * [Pin a channel](/help/pin-a-channel)
* [Change the color of a stream](/help/change-the-color-of-a-stream) * [Change the color of a channel](/help/change-the-color-of-a-channel)
* [Start a new topic](/help/starting-a-new-topic) * [Start a new topic](/help/starting-a-new-topic)
* [Rename a topic](/help/rename-a-topic) * [Rename a topic](/help/rename-a-topic)
* [Resolve a topic](/help/resolve-a-topic) * [Resolve a topic](/help/resolve-a-topic)

View File

@ -95,6 +95,7 @@ HELP_DOCUMENTATION_REDIRECTS: List[URLRedirect] = [
"/help/add-or-remove-users-from-a-stream", "/help/add-or-remove-users-from-a-channel" "/help/add-or-remove-users-from-a-stream", "/help/add-or-remove-users-from-a-channel"
), ),
URLRedirect("/help/pin-a-stream", "/help/pin-a-channel"), URLRedirect("/help/pin-a-stream", "/help/pin-a-channel"),
URLRedirect("/help/change-the-color-of-a-stream", "/help/change-the-color-of-a-channel"),
] ]
LANDING_PAGE_REDIRECTS = [ LANDING_PAGE_REDIRECTS = [