help: Add mobile tab for "Rename a topic" instructions.

This commit is contained in:
Lauryn Menard
2025-07-25 13:29:03 +02:00
committed by Tim Abbott
parent 25fbb05fea
commit 07ff9ec4f9
2 changed files with 14 additions and 7 deletions

View File

@@ -17,10 +17,10 @@ is allowed to rename topics.
## Rename a topic ## Rename a topic
### Via the message recipient bar
{start_tabs} {start_tabs}
{tab|via-message-recipient-bar}
1. Click the **edit topic** (<i class="zulip-icon zulip-icon-pencil"></i>) icon in 1. Click the **edit topic** (<i class="zulip-icon zulip-icon-pencil"></i>) icon in
the message recipient bar. If you do not see the the message recipient bar. If you do not see the
**edit topic** (<i class="zulip-icon zulip-icon-pencil"></i>) icon, you do not **edit topic** (<i class="zulip-icon zulip-icon-pencil"></i>) icon, you do not
@@ -31,11 +31,7 @@ is allowed to rename topics.
1. Click the **save** (<i class="zulip-icon zulip-icon-check"></i>) icon 1. Click the **save** (<i class="zulip-icon zulip-icon-check"></i>) icon
to save your changes. to save your changes.
{end_tabs} {tab|via-left-sidebar}
### Via the left sidebar (alternate method)
{start_tabs}
{!topic-actions.md!} {!topic-actions.md!}
@@ -51,6 +47,16 @@ is allowed to rename topics.
1. Click **Confirm** to rename the topic. 1. Click **Confirm** to rename the topic.
{tab|mobile}
Access this feature by following the web app instructions in your
mobile device browser.
Implementation of this feature in the mobile app is tracked [on
GitHub](https://github.com/zulip/zulip-flutter/issues/1439). If
you're interested in this feature, please react to the issue's
description with 👍.
{end_tabs} {end_tabs}
## Related articles ## Related articles

View File

@@ -79,6 +79,7 @@ TAB_SECTION_LABELS = {
"via-inbox-view": "Via inbox view", "via-inbox-view": "Via inbox view",
"via-left-sidebar": "Via left sidebar", "via-left-sidebar": "Via left sidebar",
"via-right-sidebar": "Via right sidebar", "via-right-sidebar": "Via right sidebar",
"via-message-recipient-bar": "Via message recipient bar",
"instructions-for-all-platforms": "Instructions for all platforms", "instructions-for-all-platforms": "Instructions for all platforms",
"public-channels": "Public channels", "public-channels": "Public channels",
"private-channels": "Private channels", "private-channels": "Private channels",