diff options
author | Adnan Abdulhussein <adnan@prydoni.us> | 2012-05-03 20:35:15 +0100 |
---|---|---|
committer | Adnan Abdulhussein <adnan@prydoni.us> | 2012-05-03 20:35:15 +0100 |
commit | f20c0793758e87f3886b310f37ff4ba317c794ca (patch) | |
tree | 2d6999af6bddfed9dfc552479e004a0fc48545a6 /app/views | |
parent | 12bb1d8f39d655576a98eabd6307cab5103e616c (diff) | |
download | gitlab-ce-f20c0793758e87f3886b310f37ff4ba317c794ca.tar.gz |
spelling mistake 'successfull'
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/profile/password.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profile/password.html.haml b/app/views/profile/password.html.haml index 4edf299948a..4c86b72728d 100644 --- a/app/views/profile/password.html.haml +++ b/app/views/profile/password.html.haml @@ -7,7 +7,7 @@ = form_for @user, :url => profile_password_path, :method => :put do |f| .data .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? .alert-message.block-message.error %ul |