Commit e0022912d77a40938c576d4b67a61d8322473210
1 parent
0cc4a41d
Exists in
spb-stable
and in
3 other branches
Better English for the password reset screen.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/profiles/passwords/new.html.haml
... | ... | @@ -2,9 +2,9 @@ |
2 | 2 | %hr |
3 | 3 | = form_for @user, url: profile_password_path, method: :post, html: { class: 'form-horizontal '} do |f| |
4 | 4 | %p.slead |
5 | - Please set new password before proceed. | |
5 | + Please set a new password before proceeding. | |
6 | 6 | %br |
7 | - After successful password update you will be redirected to login screen | |
7 | + After a successful password update you will be redirected to login screen. | |
8 | 8 | -if @user.errors.any? |
9 | 9 | .alert.alert-danger |
10 | 10 | %ul | ... | ... |