mirror of https://github.com/zulip/zulip.git
org settings: Change realm_org_join_restrictions label text.
This change with label text is done to make things similar the one for realm_user_invite_restriction.
This commit is contained in:
parent
4c28a79815
commit
093c212b0c
|
@ -19,7 +19,7 @@
|
|||
</div>
|
||||
|
||||
<div class="input-group">
|
||||
<label for="realm_org_join_restrictions" class="dropdown-title">{{t "Email domains of new users" }}</label>
|
||||
<label for="realm_org_join_restrictions" class="dropdown-title">{{t "Restrict email domains of new users?" }}</label>
|
||||
<select name="realm_org_join_restrictions" id="id_realm_org_join_restrictions">
|
||||
<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