diff --git a/cms/templates/activation_invalid.html b/cms/templates/activation_invalid.html index 7f3fbed5a9..d50ed51db4 100644 --- a/cms/templates/activation_invalid.html +++ b/cms/templates/activation_invalid.html @@ -15,10 +15,12 @@
-

${_('Your account activation is invalid')}

+

${_("Your account activation is invalid")}

-

${_("We're sorry. Something went wrong with your activation. Check to make sure the URL you went to was correct — e-mail programs will sometimes split it into two lines.")}

-

${_("If you still have issues, contact edX Support. In the meatime, you can also return to")} {_('the Studio homepage.')}

+

${_("We're sorry. Something went wrong with your activation. Check to make sure the URL you went to was correct — e-mail programs will sometimes split it into two lines.")}

+

${_("If you still have issues, contact edX Support. In the meantime, you can also return to {link_start}the Studio homepage.{link_end}").format( + link_start='', link_end="" + )}