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:
authorBryce Johnson <bryce@gitlab.com>2016-10-17 19:13:21 +0300
committerBryce Johnson <bryce@gitlab.com>2016-10-18 12:12:41 +0300
commitb4f84ff728e28ea8d1f516f2fefb2e99c62ee076 (patch)
treed1b724e4767508afd54bfe8d0016005a3a6b6799 /app/views/devise/sessions
parent8a62d0cec518f54dd93d8d6c6571dc2d545f46a1 (diff)
Use correct verbiage for username in login form.
Diffstat (limited to 'app/views/devise/sessions')
-rw-r--r--app/views/devise/sessions/_new_ldap.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/devise/sessions/_new_ldap.html.haml b/app/views/devise/sessions/_new_ldap.html.haml
index f83231bc9aa..91196730499 100644
--- a/app/views/devise/sessions/_new_ldap.html.haml
+++ b/app/views/devise/sessions/_new_ldap.html.haml
@@ -1,6 +1,6 @@
= form_tag(omniauth_callback_path(:user, server['provider_name']), id: 'new_ldap_user', class: "show-gl-field-errors") do
.form-group
- = label_tag :username, "#{server['label']} Login"
+ = label_tag :username, "#{server['label']} Username"
= text_field_tag :username, nil, {class: "form-control top", title: "This field is required.", autofocus: "autofocus", required: true }
.form-group
= label_tag :password