Commit 67a3dc4e742833cb6405cc29c25be558b5a7aa00
1 parent
091c21e0
Exists in
master
and in
4 other branches
Correct spelling error.
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/views/notify/new_user_email.html.haml
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) %> | ... | ... |