Better English for the password reset screen.

This commit is contained in:
dosire 2014-02-17 17:30:50 +01:00
parent 0cc4a41d41
commit e0022912d7
1 changed files with 2 additions and 2 deletions

View File

@ -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