Commit d36454cda5be76f1fc69125691bacfd406532ec4

Authored by Valeriy Sizov
2 parents 12bb1d8f f20c0793

Merge pull request #785 from prydonius/spelling_mistake

spelling mistake 'successfull'
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/profile/password.html.haml
@@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
7 = form_for @user, :url => profile_password_path, :method => :put do |f| 7 = form_for @user, :url => profile_password_path, :method => :put do |f|
8 .data 8 .data
9 .alert.alert-info 9 .alert.alert-info
10 - %p After successfull password update you will be redirected to login page where you should login with new password 10 + %p After successful password update you will be redirected to login page where you should login with new password
11 -if @user.errors.any? 11 -if @user.errors.any?
12 .alert-message.block-message.error 12 .alert-message.block-message.error
13 %ul 13 %ul