diff --git a/lms/templates/forgot_password_modal.html b/lms/templates/forgot_password_modal.html index e4c0c02e33..0c3a971ecc 100644 --- a/lms/templates/forgot_password_modal.html +++ b/lms/templates/forgot_password_modal.html @@ -19,8 +19,8 @@
  1. - - ${_("This is the email address you used to register with {platform}").format(platform=settings.PLATFORM_NAME)} + + ${_("This is the e-mail address you used to register with {platform}").format(platform=settings.PLATFORM_NAME)}
diff --git a/lms/templates/login.html b/lms/templates/login.html index b737255a0d..5fbc64d304 100644 --- a/lms/templates/login.html +++ b/lms/templates/login.html @@ -113,7 +113,8 @@
  1. - + + ${_("This is the e-mail address you used to register with {platform}").format(platform=settings.PLATFORM_NAME)}