mirror of https://github.com/zulip/zulip.git
ui: Change 'Edit topic' label to 'Move message'.
This commit is contained in:
parent
42bd2a85f9
commit
4368b9d186
|
@ -443,7 +443,7 @@ export function toggle_actions_popover(element, id) {
|
|||
editability_menu_item = $t({defaultMessage: "Edit"});
|
||||
} else if (editability === message_edit.editability_types.TOPIC_ONLY) {
|
||||
use_edit_icon = false;
|
||||
editability_menu_item = $t({defaultMessage: "View source / Edit topic"});
|
||||
editability_menu_item = $t({defaultMessage: "View source / Move message"});
|
||||
} else {
|
||||
use_edit_icon = false;
|
||||
editability_menu_item = $t({defaultMessage: "View source"});
|
||||
|
|
|
@ -54,7 +54,7 @@ from a topic to another stream.
|
|||
|
||||
{!message-actions-menu.md!}
|
||||
|
||||
1. Select the first option. It may be called **View source / Edit topic**,
|
||||
1. Select the first option. It may be called **View source / Move message**,
|
||||
or simply **Edit**. If it's called **View source**, then you are not
|
||||
allowed to edit the stream of that message.
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ for the details on when topic editing is allowed.
|
|||
|
||||
{!message-actions-menu.md!}
|
||||
|
||||
1. Select the first option. It may be called **View source / Edit topic**,
|
||||
1. Select the first option. It may be called **View source / Move message**,
|
||||
or simply **Edit**. If it's called **View source**, then you are not
|
||||
allowed to edit the topic of that message.
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ for the details on when topic editing is allowed.
|
|||
|
||||
{!message-actions-menu.md!}
|
||||
|
||||
1. Select the first option. It may be called **View source / Edit topic**,
|
||||
1. Select the first option. It may be called **View source / Move message**,
|
||||
or simply **Edit**. If it's called **View source**, then you are not
|
||||
allowed to edit the topic of that message.
|
||||
|
||||
|
|
Loading…
Reference in New Issue