summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorAdnan Abdulhussein <adnan@prydoni.us>2012-05-03 20:35:15 +0100
committerAdnan Abdulhussein <adnan@prydoni.us>2012-05-03 20:35:15 +0100
commitf20c0793758e87f3886b310f37ff4ba317c794ca (patch)
tree2d6999af6bddfed9dfc552479e004a0fc48545a6 /app/views
parent12bb1d8f39d655576a98eabd6307cab5103e616c (diff)
downloadgitlab-ce-f20c0793758e87f3886b310f37ff4ba317c794ca.tar.gz
spelling mistake 'successfull'
Diffstat (limited to 'app/views')
-rw-r--r--app/views/profile/password.html.haml2
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