From d8261d4b962d2a27f940ff9d739ab203af1bdd4f Mon Sep 17 00:00:00 2001 From: Sahil Batra Date: Sat, 27 Sep 2025 11:40:04 +0530 Subject: [PATCH] settings: Improve label for can_set_topics_policy_group setting. This commit updates the label for can_set_topics_policy_group setting to be more clear by mentioning that it is used to configure who can set the per-channel "general chat" configuration. We also add a link to "/help/require-topics" with the label. --- web/src/settings_config.ts | 2 +- web/templates/settings/organization_permissions_admin.hbs | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/web/src/settings_config.ts b/web/src/settings_config.ts index 9e6ee0904b..a2aa06a235 100644 --- a/web/src/settings_config.ts +++ b/web/src/settings_config.ts @@ -765,7 +765,7 @@ export const all_group_setting_labels = { can_set_topics_policy_group: new Handlebars.SafeString( $t_html({ defaultMessage: - "Who can configure per-channel topic settings (also requires being a channel administrator)", + "Who can configure the per-channel general chat topic configuration", }), ), }, diff --git a/web/templates/settings/organization_permissions_admin.hbs b/web/templates/settings/organization_permissions_admin.hbs index b36b592cf8..c53cbb9fa9 100644 --- a/web/templates/settings/organization_permissions_admin.hbs +++ b/web/templates/settings/organization_permissions_admin.hbs @@ -102,7 +102,8 @@ {{> group_setting_value_pill_input setting_name="realm_can_set_topics_policy_group" - label=group_setting_labels.can_set_topics_policy_group}} + label=group_setting_labels.can_set_topics_policy_group + help_link="/help/require-topics"}}