help: Consistently name restrict email setting.

Remove question mark.
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:32:45 +00:00 committed by Tim Abbott
parent 588f609a9c
commit b3d75d619a
2 changed files with 4 additions and 4 deletions

View File

@ -71,7 +71,7 @@ changes](/help/change-your-email-address).
{settings_tab|organization-permissions}
1. Set **Restrict email domains of new users?** to
1. Set **Restrict email domains of new users** to
**Restrict to a list of domains**.
1. Click **Configure** to add any number of domains. For each domain, you can
@ -89,7 +89,7 @@ changes](/help/change-your-email-address).
{settings_tab|organization-permissions}
1. Set **Restrict email domains of new users?** to
1. Set **Restrict email domains of new users** to
**Don't allow disposable emails**.
{!save-changes.md!}
@ -102,7 +102,7 @@ changes](/help/change-your-email-address).
{settings_tab|organization-permissions}
1. Set **Restrict email domains of new users?** to
1. Set **Restrict email domains of new users** to
**No restrictions**.
{!save-changes.md!}

View File

@ -29,7 +29,7 @@
value_type="number"}}
<div class="input-group">
<label for="realm_org_join_restrictions" class="settings-field-label">{{t "Restrict email domains of new users?" }}</label>
<label for="realm_org_join_restrictions" class="settings-field-label">{{t "Restrict email domains of new users" }}</label>
<select name="realm_org_join_restrictions" id="id_realm_org_join_restrictions" class="prop-element settings_select bootstrap-focus-style" data-setting-widget-type="string">
<option value="no_restriction">{{t "No restrictions" }}</option>
<option value="no_disposable_email">{{t "Dont allow disposable email addresses" }}</option>