gear_menu: Rename "Manage streams" -> "Stream settings".

Fixes #27754.
This commit is contained in:
David
2023-11-17 08:53:41 -08:00
committed by GitHub
parent c71f62089b
commit 81f99dde55
11 changed files with 16 additions and 16 deletions

View File

@@ -19,7 +19,7 @@ gear_info = {
# key is from REGEXP: `{relative|gear|key}`
# name is what the item is called in the gear menu: `Select **name**.`
# link is used for relative links: `Select [name](link).`
"manage-streams": ['<i class="fa fa-exchange"></i> Manage streams', "/#streams/subscribed"],
"stream-settings": ['<i class="fa fa-exchange"></i> Stream settings', "/#streams/subscribed"],
"settings": ['<i class="fa fa-wrench"></i> Personal Settings', "/#settings/profile"],
"organization-settings": [
'<i class="fa fa-bolt"></i> Organization settings',
@@ -92,7 +92,7 @@ stream_instructions_no_link = """
1. Click on the **gear** (<i class="fa fa-cog"></i>) icon in the upper
right corner of the web or desktop app.
1. Click **Manage streams**.
1. Click **Stream settings**.
"""