Commit ffb3fa52 authored by antonyliu's avatar antonyliu

Make CE and EE consistent

parent ede59ea8
......@@ -19,7 +19,7 @@
= f.password_field :current_password, required: true, class: 'form-control'
.form-group.row
.col-sm-2.col-form-label
= f.label :password, _('New Password')
= f.label :password, _('New password')
.col-sm-10
= f.password_field :password, required: true, class: 'form-control'
.form-group.row
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment