Use correct verbiage for username in login form.

This commit is contained in:
Bryce Johnson 2016-10-17 18:13:21 +02:00
parent 8a62d0cec5
commit b4f84ff728
1 changed files with 1 additions and 1 deletions

View File

@ -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