mirror of https://github.com/zulip/zulip.git
help: Rename and redirect rename-a-stream for channel.
This commit is contained in:
parent
b714bd9eec
commit
c10c570b89
|
@ -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
|
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.
|
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.
|
than archiving them.
|
||||||
|
|
||||||
## Archive a stream
|
## Archive a stream
|
||||||
|
|
|
@ -12,7 +12,7 @@ language](/help/change-your-language).
|
||||||
|
|
||||||
## Notices about streams
|
## 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),
|
[description](/help/change-the-stream-description),
|
||||||
[permission](/help/channel-permissions) and
|
[permission](/help/channel-permissions) and
|
||||||
[policy](/help/channel-posting-policy) updates are sent to the
|
[policy](/help/channel-posting-policy) updates are sent to the
|
||||||
|
|
|
@ -207,7 +207,7 @@
|
||||||
* [Restrict channel membership management](/help/configure-who-can-invite-to-channels)
|
* [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)
|
* [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)
|
* [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 a stream's description](/help/change-the-stream-description)
|
||||||
* [Change the privacy of a stream](/help/change-the-privacy-of-a-stream)
|
* [Change the privacy of a stream](/help/change-the-privacy-of-a-stream)
|
||||||
* [Delete or archive a stream](/help/archive-a-stream)
|
* [Delete or archive a stream](/help/archive-a-stream)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Rename a stream
|
# Rename a channel
|
||||||
|
|
||||||
{!admin-only.md!}
|
{!admin-only.md!}
|
||||||
|
|
||||||
|
@ -8,12 +8,12 @@
|
||||||
|
|
||||||
{relative|stream|all}
|
{relative|stream|all}
|
||||||
|
|
||||||
1. Select a stream.
|
1. Select a channel.
|
||||||
|
|
||||||
{!select-channel-view-general.md!}
|
{!select-channel-view-general.md!}
|
||||||
|
|
||||||
1. Click the **pencil** (<i class="fa fa-pencil"></i>) icon
|
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!}
|
{!save-changes.md!}
|
||||||
|
|
||||||
|
@ -25,9 +25,9 @@
|
||||||
|
|
||||||
{!stream-name-long-press-menu.md!}
|
{!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**.
|
1. Tap **Save**.
|
||||||
|
|
|
@ -114,6 +114,7 @@ HELP_DOCUMENTATION_REDIRECTS: List[URLRedirect] = [
|
||||||
URLRedirect(
|
URLRedirect(
|
||||||
"/help/set-default-streams-for-new-users", "/help/set-default-channels-for-new-users"
|
"/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 = [
|
LANDING_PAGE_REDIRECTS = [
|
||||||
|
|
|
@ -17865,7 +17865,7 @@ paths:
|
||||||
an organization administrator editing any property of a stream,
|
an organization administrator editing any property of a stream,
|
||||||
including:
|
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
|
- Stream [permissions](/help/channel-permissions), including
|
||||||
[privacy](/help/change-the-privacy-of-a-stream) and [who can
|
[privacy](/help/change-the-privacy-of-a-stream) and [who can
|
||||||
send](/help/channel-posting-policy).
|
send](/help/channel-posting-policy).
|
||||||
|
|
Loading…
Reference in New Issue