ui: Change 'Edit topic' label to 'Move message'.

This commit is contained in:
Tim Abbott 2021-09-30 13:35:31 -07:00
parent 42bd2a85f9
commit 4368b9d186
4 changed files with 4 additions and 4 deletions

View File

@ -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"});

View File

@ -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.

View File

@ -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.

View File

@ -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.