docs: Update docs/tutorials/ files to use channel.

Updates descriptive text that refer to Zulip channels in the
`docs/tutorials` files to use channel instead of stream.

Part of the stream to channel rename project.
This commit is contained in:
Lauryn Menard
2024-05-20 17:46:19 +02:00
committed by Tim Abbott
parent 99f129fb99
commit e05a3b3ecc

View File

@@ -171,7 +171,7 @@ guide to adding or updating documentation for an API endpoint.
## Example feature
This example describes the process of adding a new setting to Zulip: a
flag that allows an admin to require topics on stream messages (the default
flag that allows an admin to require topics on channel messages (the default
behavior is that topics can have no subject). This flag is an
actual Zulip feature. You can review [the original commit](https://github.com/zulip/zulip/pull/5660/commits/aeeb81d3ff0e0cc201e891cec07e1d2cd0a2060d)
in the Zulip repo. (This commit displays the work of setting up a checkbox
@@ -302,7 +302,7 @@ an 'update' event with the name of the property and the new value. It
then calls `send_event`, passing the event and the list of users whose
browser sessions should be notified as the second argument. The latter
argument can be a single user (if the setting is a personal one, like
time display format), members in a particular stream only or all
time display format), members in a particular channel only or all
active users in a realm.
```python
@@ -568,7 +568,7 @@ In frontend, we have split the `property_types` into three objects:
- `org_permissions`: This contains properties for the "organization
permissions" section. These properties control security controls
like who can join the organization and whether normal users can
create streams or upload custom emoji.
create channels or upload custom emoji.
Once you've determined whether the new setting belongs, the next step
is to find the right subsection of that page to put the setting