docs: Adjust phrasing of "From your desktop, click on the gear...".

We actually mean the main Zulip UI here, so "from your desktop" sounds
potentially misleading; reodering the phrasing makes the meaning
unambiguous.
This commit is contained in:
Mateusz Mandera
2021-08-17 10:08:33 +02:00
committed by Tim Abbott
parent 9df8fbde48
commit 05fe62c96c
3 changed files with 8 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
1. From your desktop, click on the gear (<i class="fa fa-cog"></i>) in the upper right corner. 1. Click on the **gear** (<i class="fa fa-cog"></i>) icon in the upper
right corner of the web or desktop app.
1. Select **Manage streams**. 1. Select **Manage streams**.

View File

@@ -27,8 +27,8 @@ gear_info = {
} }
gear_instructions = """ gear_instructions = """
1. From your desktop, click on the **gear** 1. Click on the **gear** (<i class="fa fa-cog"></i>) icon in the upper
(<i class="fa fa-cog"></i>) in the upper right corner. right corner of the web or desktop app.
1. Select {item}. 1. Select {item}.
""" """
@@ -48,8 +48,8 @@ stream_info = {
} }
stream_instructions_no_link = """ stream_instructions_no_link = """
1. From your desktop, click on the **gear** 1. Click on the **gear** (<i class="fa fa-cog"></i>) icon in the upper
(<i class="fa fa-cog"></i>) in the upper right corner. right corner of the web or desktop app.
1. Click **Manage streams**. 1. Click **Manage streams**.
""" """

View File

@@ -91,8 +91,8 @@ link_mapping = {
} }
settings_markdown = """ settings_markdown = """
1. From your desktop, click on the **gear** 1. Click on the **gear** (<i class="fa fa-cog"></i>) icon in the upper
(<i class="fa fa-cog"></i>) in the upper right corner. right corner of the web or desktop app.
1. Select **{setting_type_name}**. 1. Select **{setting_type_name}**.