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:
authorFelipe Artur <felipefac@gmail.com>2016-05-06 23:59:45 +0300
committerFelipe Artur <felipefac@gmail.com>2016-05-16 20:56:32 +0300
commit7bb84e64979edda8e76f077bd58aeb35857aec23 (patch)
tree49af72a948475761144a1aa5c6f42b33debba813 /app/views/admin
parent0baadd6cff63d5ac0048043381a0b7daff6e01c3 (diff)
Change landing page when skipping confirmation email and add documentation
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/application_settings/_form.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/application_settings/_form.html.haml b/app/views/admin/application_settings/_form.html.haml
index 289dda9a436..df286852b97 100644
--- a/app/views/admin/application_settings/_form.html.haml
+++ b/app/views/admin/application_settings/_form.html.haml
@@ -106,9 +106,9 @@
.form-group
.col-sm-offset-2.col-sm-10
.checkbox
- = f.label :skip_confirmation_email do
+ = f.label :send_user_confirmation_email do
= f.check_box :send_user_confirmation_email
- Send sign-up email confirmation
+ Send confirmation email on sign-up
.form-group
.col-sm-offset-2.col-sm-10
.checkbox