Use correct verbiage for username in login form.
This commit is contained in:
parent
8a62d0cec5
commit
b4f84ff728
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue