diff options
author | Andrei Gliga <otzy_007@yahoo.com> | 2016-05-04 15:22:24 +0300 |
---|---|---|
committer | Andrei Gliga <otzy_007@yahoo.com> | 2016-05-12 13:44:46 +0300 |
commit | 7c7c5b7e40ff4fed64a9f62beed027064c292eaf (patch) | |
tree | d3746667c7efc6e71f02876a728b61b2764b90ed /app | |
parent | 28da3a88de339a95d49e171da87494f65219cb21 (diff) | |
download | gitlab-ce-7c7c5b7e40ff4fed64a9f62beed027064c292eaf.tar.gz |
text for the disable_oauth_signin_sources label
Diffstat (limited to 'app')
-rw-r--r-- | app/views/admin/application_settings/_form.html.haml | 2 |
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 057b237c066..729c2ff563d 100644 --- a/app/views/admin/application_settings/_form.html.haml +++ b/app/views/admin/application_settings/_form.html.haml @@ -110,7 +110,7 @@ = f.check_box :signin_enabled Sign-in enabled .form-group - = f.label :disable_oauth_signin_sources, class: 'control-label col-sm-2' + = f.label :disable_oauth_signin_sources, 'Disable OAuth Sign-In sources', class: 'control-label col-sm-2' .col-sm-10 - data_attrs = { toggle: 'buttons' } .btn-group{ data: data_attrs } |