spelling mistake 'successfull'
This commit is contained in:
parent
12bb1d8f39
commit
f20c079375
|
@ -7,7 +7,7 @@
|
||||||
= form_for @user, :url => profile_password_path, :method => :put do |f|
|
= form_for @user, :url => profile_password_path, :method => :put do |f|
|
||||||
.data
|
.data
|
||||||
.alert.alert-info
|
.alert.alert-info
|
||||||
%p After successfull password update you will be redirected to login page where you should login with new password
|
%p After successful password update you will be redirected to login page where you should login with new password
|
||||||
-if @user.errors.any?
|
-if @user.errors.any?
|
||||||
.alert-message.block-message.error
|
.alert-message.block-message.error
|
||||||
%ul
|
%ul
|
||||||
|
|
Loading…
Reference in a new issue