diff --git a/lms/templates/registration/activation_complete.html b/lms/templates/registration/activation_complete.html
index 7d3579b34e..7eb805e730 100644
--- a/lms/templates/registration/activation_complete.html
+++ b/lms/templates/registration/activation_complete.html
@@ -23,7 +23,7 @@
%if user_logged_in:
Visit your dashboard to see your courses.
%else:
- You can now login.
+ You can now log in.
%endif