mirror of https://github.com/zulip/zulip.git
help: Update 'stream' to 'channel' in tab sections.
This commit is contained in:
parent
924ef89f25
commit
64c251089d
|
@ -20,7 +20,7 @@ unadvertised web-public channel in a legitimate organization.
|
|||
|
||||
{start_tabs}
|
||||
|
||||
{tab|public-streams}
|
||||
{tab|public-channels}
|
||||
|
||||
{settings_tab|organization-permissions}
|
||||
|
||||
|
@ -28,7 +28,7 @@ unadvertised web-public channel in a legitimate organization.
|
|||
|
||||
{!save-changes.md!}
|
||||
|
||||
{tab|private-streams}
|
||||
{tab|private-channels}
|
||||
|
||||
{settings_tab|organization-permissions}
|
||||
|
||||
|
@ -36,7 +36,7 @@ unadvertised web-public channel in a legitimate organization.
|
|||
|
||||
{!save-changes.md!}
|
||||
|
||||
{tab|web-public-streams}
|
||||
{tab|web-public-channels}
|
||||
|
||||
{settings_tab|organization-permissions}
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ other users to a channel][configure-invites].
|
|||
|
||||
{start_tabs}
|
||||
|
||||
{tab|via-stream-settings}
|
||||
{tab|via-channel-settings}
|
||||
|
||||
{relative|channel|all}
|
||||
|
||||
|
@ -59,7 +59,7 @@ channel](/help/unsubscribe-from-a-channel).
|
|||
|
||||
{start_tabs}
|
||||
|
||||
{tab|via-stream-settings}
|
||||
{tab|via-channel-settings}
|
||||
|
||||
{relative|channel|all}
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ will be sent.
|
|||
|
||||
{start_tabs}
|
||||
|
||||
{tab|stream-compose}
|
||||
{tab|channel-compose}
|
||||
|
||||
{!start-composing.md!}
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ that default set.
|
|||
|
||||
{start_tabs}
|
||||
|
||||
{settings_tab|default-streams-list}
|
||||
{settings_tab|default-channels-list}
|
||||
|
||||
2. Under **Add new default channel**, enter the name of a channel.
|
||||
|
||||
|
@ -22,7 +22,7 @@ that default set.
|
|||
|
||||
{start_tabs}
|
||||
|
||||
{settings_tab|default-streams-list}
|
||||
{settings_tab|default-channels-list}
|
||||
|
||||
2. Find the channel you would like to remove, and click **Remove from default**.
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ unsubscribe other users to channels.
|
|||
|
||||
{start_tabs}
|
||||
|
||||
{tab|via-stream-settings}
|
||||
{tab|via-channel-settings}
|
||||
|
||||
{relative|channel|all}
|
||||
|
||||
|
|
|
@ -69,10 +69,10 @@ link_mapping = {
|
|||
"Bots",
|
||||
"/#organization/bot-list-admin",
|
||||
],
|
||||
"default-streams-list": [
|
||||
"default-channels-list": [
|
||||
"Organization settings",
|
||||
"Default streams",
|
||||
"/#organization/default-streams-list",
|
||||
"Default channels",
|
||||
"/#organization/default-channels-list",
|
||||
],
|
||||
"linkifier-settings": [
|
||||
"Organization settings",
|
||||
|
|
|
@ -79,14 +79,14 @@ TAB_SECTION_LABELS = {
|
|||
"via-left-sidebar": "Via left sidebar",
|
||||
"via-right-sidebar": "Via right sidebar",
|
||||
"instructions-for-all-platforms": "Instructions for all platforms",
|
||||
"public-streams": "Public streams",
|
||||
"private-streams": "Private streams",
|
||||
"web-public-streams": "Web-public streams",
|
||||
"public-channels": "Public channels",
|
||||
"private-channels": "Private channels",
|
||||
"web-public-channels": "Web-public channels",
|
||||
"via-user-card": "Via user card",
|
||||
"via-user-profile": "Via user profile",
|
||||
"via-organization-settings": "Via organization settings",
|
||||
"via-personal-settings": "Via personal settings",
|
||||
"via-stream-settings": "Via stream settings",
|
||||
"via-channel-settings": "Via channel settings",
|
||||
"default-subdomain": "Default subdomain",
|
||||
"custom-subdomain": "Custom subdomain",
|
||||
"zulip-cloud-standard": "Zulip Cloud Standard",
|
||||
|
@ -110,7 +110,7 @@ TAB_SECTION_LABELS = {
|
|||
"via-drag-and-drop": "Via drag-and-drop",
|
||||
"via-markdown": "Via Markdown",
|
||||
"via-compose-box-buttons": "Via compose box button",
|
||||
"stream-compose": "Compose to a stream",
|
||||
"channel-compose": "Compose to a channel",
|
||||
"dm-compose": "Compose a DM",
|
||||
"v8": "Zulip Server 8.0+",
|
||||
"v6": "Zulip Server 6.0+",
|
||||
|
|
Loading…
Reference in New Issue