settings: Update move messages settings label.

Updates organzation-level move messages permission setting
labels to make it clear that the settings apply to all channels.
This commit is contained in:
Vector73
2025-06-26 16:09:36 +00:00
committed by Tim Abbott
parent 9fe3a03661
commit 27bfca61c1
4 changed files with 8 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ problematic behavior.
announcements](/help/configure-automated-notices#new-channel-announcements).
* Restrict who can [add custom emoji](/help/custom-emoji#change-who-can-add-custom-emoji).
* Restrict who can [move messages to another
channel](/help/restrict-moving-messages#configure-who-can-move-messages-to-another-channel-from-anywhere),
channel](/help/restrict-moving-messages#configure-who-can-move-messages-out-of-any-channel),
and set a [time
limit](/help/restrict-moving-messages#set-a-time-limit-for-editing-topics) for
editing topics.

View File

@@ -22,7 +22,7 @@ administrators and moderators.
Permissions for moving messages between channels can be configured separately.
## Configure who can edit topics everywhere
## Configure who can edit topics in any channel
{!admin-only.md!}
@@ -30,8 +30,7 @@ Permissions for moving messages between channels can be configured separately.
{settings_tab|organization-permissions}
1. Under **Moving messages**, configure **Who can move messages to another
topic**.
1. Under **Moving messages**, configure **Who can edit topics in any channel**.
{!save-changes.md!}
@@ -71,14 +70,13 @@ Permissions for moving messages between channels can be configured separately.
{end_tabs}
## Configure who can move messages to another channel from anywhere
## Configure who can move messages out of any channel
{start_tabs}
{settings_tab|organization-permissions}
1. Under **Moving messages**, configure **Who can move messages to another
channel**.
1. Under **Moving messages**, configure **Who can move messages out of any channel**.
{!save-changes.md!}

View File

@@ -173,7 +173,7 @@ how to assign roles and permissions for a class.
(Recommended: Admins and moderators)
[user-group-permissions]: /help/manage-user-groups#configure-who-can-create-user-groups
[move-between-channels]: /help/restrict-moving-messages#configure-who-can-move-messages-to-another-channel-from-anywhere
[move-between-channels]: /help/restrict-moving-messages#configure-who-can-move-messages-out-of-any-channel
#### Recommended roles and permissions for a department

View File

@@ -715,10 +715,10 @@ export const all_group_setting_labels = {
can_manage_billing_group: $t({defaultMessage: "Who can manage plans and billing"}),
can_create_groups: $t({defaultMessage: "Who can create user groups"}),
can_move_messages_between_topics_group: $t({
defaultMessage: "Who can move messages to another topic",
defaultMessage: "Who can edit topics in any channel",
}),
can_move_messages_between_channels_group: $t({
defaultMessage: "Who can move messages to another channel",
defaultMessage: "Who can move messages out of any channel",
}),
can_resolve_topics_group: $t({defaultMessage: "Who can resolve topics"}),
can_delete_any_message_group: $t({defaultMessage: "Who can delete any message"}),