mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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.
This commit is contained in:
@@ -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 <i>(also requires being a channel administrator)</i>",
|
||||
"Who can configure the per-channel <i>general chat</i> topic configuration",
|
||||
}),
|
||||
),
|
||||
},
|
||||
|
@@ -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"}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user