Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-05-06 05:45:34 +0300
committerStan Hu <stanhu@gmail.com>2015-05-06 05:46:37 +0300
commita1c6f7ce208e816febf3688b668a36929b2e4015 (patch)
tree9be3f1f63127a00d7dd70aba8ab6b5adeb1510ac /app/views/admin
parent5bff135fb3dbd1af855f8cd94b4bed76d2cbc42e (diff)
Improve help line for restricted domain signups
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/application_settings/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/application_settings/_form.html.haml b/app/views/admin/application_settings/_form.html.haml
index f6eb00ea0bd..b9d7e8b4586 100644
--- a/app/views/admin/application_settings/_form.html.haml
+++ b/app/views/admin/application_settings/_form.html.haml
@@ -76,7 +76,7 @@
= f.label :restricted_signup_domains, 'Restricted domains for sign-ups', class: 'control-label col-sm-2'
.col-sm-10
= f.text_area :restricted_signup_domains_raw, placeholder: 'domain.com', class: 'form-control'
- .help-block Ex: domain.com, *.domain.com. Wildcards allowed. Use separate lines for multiple entries.
+ .help-block Only users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com
.form-actions
= f.submit 'Save', class: 'btn btn-primary'