summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantonyliu <sun_apollo@yeah.net>2019-05-30 10:44:25 +0800
committerantonyliu <sun_apollo@yeah.net>2019-05-30 10:44:25 +0800
commitffb3fa52cafe437be87abbc9c8b3366df2fa1f80 (patch)
tree90b79d3ac43e8e9ceb74b6e515c1537b1cf7e2e5
parentede59ea8fe7645a2389bca473319a1a7b0005c96 (diff)
downloadgitlab-ce-ffb3fa52cafe437be87abbc9c8b3366df2fa1f80.tar.gz
Make CE and EE consistent
-rw-r--r--app/views/profiles/passwords/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/passwords/new.html.haml b/app/views/profiles/passwords/new.html.haml
index 0677e589f57..ce60455ab89 100644
--- a/app/views/profiles/passwords/new.html.haml
+++ b/app/views/profiles/passwords/new.html.haml
@@ -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