mirror of https://github.com/zulip/zulip.git
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:
parent
588f609a9c
commit
b3d75d619a
|
@ -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!}
|
||||
|
|
|
@ -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 "Don’t allow disposable email addresses" }}</option>
|
||||
|
|
Loading…
Reference in New Issue