Commit bf9372eaeb00d1ca5398d7d13f5afa65153e82da

Authored by Dmitriy Zaporozhets
2 parents 177b953d e0022912

Merge branch 'password-reset-wording' into 'master'

Password Reset Wording
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
... ...