Commit 67a3dc4e742833cb6405cc29c25be558b5a7aa00

Authored by Sytse Sijbrandij
1 parent 091c21e0

Correct spelling error.

app/views/notify/new_user_email.html.haml
... ... @@ -14,7 +14,7 @@
14 14 %code= @password
15 15  
16 16 %p
17   - Please change your password immediatly after login.
  17 + Please change your password immediately after login.
18 18  
19 19 %p
20 20 = link_to "Click here to login", root_url
... ...
app/views/notify/new_user_email.text.erb
... ... @@ -7,6 +7,6 @@ login.................. <%= @user.email %>
7 7 password............... <%= @password %>
8 8 <% end %>
9 9  
10   -Please change your password immediatly after login.
  10 +Please change your password immediately after login.
11 11  
12 12 Click here to login: <%= url_for(root_url) %>
... ...