Commit e0022912d77a40938c576d4b67a61d8322473210

Authored by dosire
1 parent 0cc4a41d

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,9 +2,9 @@
2 %hr 2 %hr
3 = form_for @user, url: profile_password_path, method: :post, html: { class: 'form-horizontal '} do |f| 3 = form_for @user, url: profile_password_path, method: :post, html: { class: 'form-horizontal '} do |f|
4 %p.slead 4 %p.slead
5 - Please set new password before proceed. 5 + Please set a new password before proceeding.
6 %br 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 -if @user.errors.any? 8 -if @user.errors.any?
9 .alert.alert-danger 9 .alert.alert-danger
10 %ul 10 %ul