diff --git a/templates/zerver/reset_emailed.html b/templates/zerver/reset_emailed.html index 3e563cc0ae..6731763405 100644 --- a/templates/zerver/reset_emailed.html +++ b/templates/zerver/reset_emailed.html @@ -1,12 +1,10 @@ {% extends "zerver/portico_signup.html" %} {% block portico_content %} -
-
- {% trans %} -

We just sent you a password reset!

-

Check your email to finish the process.

-

(Or don't, but then why did you fill out this form?)

- {% endtrans %} -
+
+
+

{{ _('We just sent you a password reset link!') }}

+

{{ _('Check your email to finish the process.') }}

+

{{ _('(Or don't, but then why did you fill out this form?)') }}

+
{% endblock %}