summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordosire <sytses@gmail.com>2014-02-17 17:30:50 +0100
committerdosire <sytses@gmail.com>2014-02-17 17:30:50 +0100
commite0022912d77a40938c576d4b67a61d8322473210 (patch)
treece7645d941a2a6154b28099cccde6272fa803178
parent0cc4a41d41823699ac6e6e30cd9cc44f70b661f7 (diff)
downloadgitlab-ce-e0022912d77a40938c576d4b67a61d8322473210.tar.gz
Better English for the password reset screen.
-rw-r--r--app/views/profiles/passwords/new.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/profiles/passwords/new.html.haml b/app/views/profiles/passwords/new.html.haml
index c8c0368d000..b72232ee36b 100644
--- a/app/views/profiles/passwords/new.html.haml
+++ b/app/views/profiles/passwords/new.html.haml
@@ -2,9 +2,9 @@
%hr
= form_for @user, url: profile_password_path, method: :post, html: { class: 'form-horizontal '} do |f|
%p.slead
- Please set new password before proceed.
+ Please set a new password before proceeding.
%br
- After successful password update you will be redirected to login screen
+ After a successful password update you will be redirected to login screen.
-if @user.errors.any?
.alert.alert-danger
%ul