Miscellaneous fixes to strings found during i18n work.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<%! from django.utils.translation import ugettext as _ %>
|
||||
<h1>Check your email</h1>
|
||||
<p>${_("An activation link has been sent to {emaiL}, along with instructions for activating your account.").format(email=email)}</p>
|
||||
<p>${_("An activation link has been sent to {email}, along with instructions for activating your account.").format(email=email)}</p>
|
||||
|
||||
Reference in New Issue
Block a user