help: Rename and redirect rename-a-stream for channel.

This commit is contained in:
Lauryn Menard 2024-05-02 16:30:25 +02:00 committed by Tim Abbott
parent b714bd9eec
commit c10c570b89
6 changed files with 10 additions and 9 deletions

View File

@ -10,7 +10,7 @@ Archiving a stream does not delete a stream's messages. Users will still be
able to find any given message by searching for it. However, links to
messages and topics in the stream may or may not continue to work.
In most cases, we recommend [renaming streams](/help/rename-a-stream) rather
In most cases, we recommend [renaming channels](/help/rename-a-channel) rather
than archiving them.
## Archive a stream

View File

@ -12,7 +12,7 @@ language](/help/change-your-language).
## Notices about streams
Notices about stream settings changes, such as [name](/help/rename-a-stream),
Notices about channel settings changes, such as [name](/help/rename-a-channel),
[description](/help/change-the-stream-description),
[permission](/help/channel-permissions) and
[policy](/help/channel-posting-policy) updates are sent to the

View File

@ -207,7 +207,7 @@
* [Restrict channel membership management](/help/configure-who-can-invite-to-channels)
* [Add or remove users from a channel](/help/add-or-remove-users-from-a-channel)
* [Set default channels for new users](/help/set-default-channels-for-new-users)
* [Rename a stream](/help/rename-a-stream)
* [Rename a channel](/help/rename-a-channel)
* [Change a stream's description](/help/change-the-stream-description)
* [Change the privacy of a stream](/help/change-the-privacy-of-a-stream)
* [Delete or archive a stream](/help/archive-a-stream)

View File

@ -1,4 +1,4 @@
# Rename a stream
# Rename a channel
{!admin-only.md!}
@ -8,12 +8,12 @@
{relative|stream|all}
1. Select a stream.
1. Select a channel.
{!select-channel-view-general.md!}
1. Click the **pencil** (<i class="fa fa-pencil"></i>) icon
to the right of the stream name, and enter a new stream name.
to the right of the channel name, and enter a new channel name.
{!save-changes.md!}
@ -25,9 +25,9 @@
{!stream-name-long-press-menu.md!}
1. Tap **Stream settings**.
1. Tap **Channel settings**.
1. Tap **Edit stream**, and enter a new stream name.
1. Tap **Edit channel**, and enter a new channel name.
1. Tap **Save**.

View File

@ -114,6 +114,7 @@ HELP_DOCUMENTATION_REDIRECTS: List[URLRedirect] = [
URLRedirect(
"/help/set-default-streams-for-new-users", "/help/set-default-channels-for-new-users"
),
URLRedirect("/help/rename-a-stream", "/help/rename-a-channel"),
]
LANDING_PAGE_REDIRECTS = [

View File

@ -17865,7 +17865,7 @@ paths:
an organization administrator editing any property of a stream,
including:
- Stream [name](/help/rename-a-stream) and [description](/help/change-the-stream-description)
- Stream [name](/help/rename-a-channel) and [description](/help/change-the-stream-description)
- Stream [permissions](/help/channel-permissions), including
[privacy](/help/change-the-privacy-of-a-stream) and [who can
send](/help/channel-posting-policy).