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:
Shubham Dhama 2018-05-02 23:33:52 +05:30 committed by Tim Abbott
parent 4c28a79815
commit 093c212b0c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
</div> </div>
<div class="input-group"> <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"> <select name="realm_org_join_restrictions" id="id_realm_org_join_restrictions">
<option value="no_restriction">{{t "No restrictions" }}</option> <option value="no_restriction">{{t "No restrictions" }}</option>
<option value="no_disposable_email">{{t "Dont allow disposable email addresses" }}</option> <option value="no_disposable_email">{{t "Dont allow disposable email addresses" }}</option>