From 67a3dc4e742833cb6405cc29c25be558b5a7aa00 Mon Sep 17 00:00:00 2001 From: Sytse Sijbrandij Date: Wed, 29 May 2013 09:41:17 +0200 Subject: [PATCH] Correct spelling error. --- app/views/notify/new_user_email.html.haml | 2 +- app/views/notify/new_user_email.text.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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