Commit f20c0793758e87f3886b310f37ff4ba317c794ca
1 parent
12bb1d8f
Exists in
master
and in
4 other branches
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 | = form_for @user, :url => profile_password_path, :method => :put do |f| |
8 | 8 | .data |
9 | 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 | 11 | -if @user.errors.any? |
12 | 12 | .alert-message.block-message.error |
13 | 13 | %ul | ... | ... |