help: Consistently name channel post setting.

Remove question mark and replace `the` with `this`.
See https://chat.zulip.org/#narrow/channel/101-design/topic/name.20permissions.20settings.20consistently/near/1959774
This commit is contained in:
Shubham Padia 2024-10-14 12:28:28 +00:00 committed by Tim Abbott
parent 2f7dcfae7b
commit d7d3da6f9f
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ There are several parameters you can set while creating a channel. All but
* **Default channel for new users**: Whether new users will be [automatically * **Default channel for new users**: Whether new users will be [automatically
subscribed](/help/set-default-channels-for-new-users) to the new channel. subscribed](/help/set-default-channels-for-new-users) to the new channel.
* **Who can post to the channel?**: See [Channel permissions](/help/channel-permissions). * **Who can post to this channel**: See [Channel permissions](/help/channel-permissions).
* **Who can unsubscribe others from this channel?**: See * **Who can unsubscribe others from this channel?**: See
[Restrict channel membership management](/help/configure-who-can-invite-to-channels#configure-who-can-remove-users). [Restrict channel membership management](/help/configure-who-can-invite-to-channels#configure-who-can-remove-users).

View File

@ -157,7 +157,7 @@ LEGACY_STRINGS_MAP = {
"Who can create public channels": "Who can create public streams", "Who can create public channels": "Who can create public streams",
"Who can create web-public channels": "Who can create web-public streams", "Who can create web-public channels": "Who can create web-public streams",
"Who can move messages to another channel": "Who can move messages to another stream", "Who can move messages to another channel": "Who can move messages to another stream",
"Who can post to the channel?": "Who can post to the stream?", "Who can post to this channel": "Who can post to this stream",
"Who can unsubscribe others from this channel?": "Who can unsubscribe others from this stream?", "Who can unsubscribe others from this channel?": "Who can unsubscribe others from this stream?",
"You are not currently subscribed to this channel.": "You are not currently subscribed to this stream.", "You are not currently subscribed to this channel.": "You are not currently subscribed to this stream.",
"You are not subscribed to any channels.": "You are not subscribed to any streams.", "You are not subscribed to any channels.": "You are not subscribed to any streams.",

View File

@ -54,7 +54,7 @@
<div class="advanced-configurations-collapase-view hide"> <div class="advanced-configurations-collapase-view hide">
<div class="input-group"> <div class="input-group">
<label class="dropdown-title">{{t 'Who can post to the channel?'}} <label class="dropdown-title">{{t 'Who can post to this channel'}}
{{> ../help_link_widget link="/help/stream-sending-policy" }} {{> ../help_link_widget link="/help/stream-sending-policy" }}
</label> </label>
<select name="stream-post-policy" class="stream_post_policy_setting prop-element settings_select bootstrap-focus-style" id="id_stream_post_policy" data-setting-widget-type="number"> <select name="stream-post-policy" class="stream_post_policy_setting prop-element settings_select bootstrap-focus-style" id="id_stream_post_policy" data-setting-widget-type="number">