diff --git a/app/views/notify/new_user_email.html.haml b/app/views/notify/new_user_email.html.haml index 39ca7ef..9804fbd 100644 --- a/app/views/notify/new_user_email.html.haml +++ b/app/views/notify/new_user_email.html.haml @@ -14,7 +14,7 @@ %code= @password %p - Please change your password immediatly after login. + Please change your password immediately after login. %p = link_to "Click here to login", root_url diff --git a/app/views/notify/new_user_email.text.erb b/app/views/notify/new_user_email.text.erb index b708956..777930a 100644 --- a/app/views/notify/new_user_email.text.erb +++ b/app/views/notify/new_user_email.text.erb @@ -7,6 +7,6 @@ login.................. <%= @user.email %> password............... <%= @password %> <% end %> -Please change your password immediatly after login. +Please change your password immediately after login. Click here to login: <%= url_for(root_url) %> -- libgit2 0.21.2