Files
zulip/templates/zerver/reset_emailed.html
Ahmed Shibani 4f29cfee9e Mark strings for translation in templates/zerver
In order to enable internationalization support in Zulip, and to use
Django internationalization tools, all strings in Zulip frontend needs
to be marked for translation.
2015-11-03 23:06:31 -08:00

8 lines
322 B
HTML

{% extends "zerver/portico_signup.html" %}
{% load i18n %}
{% block portico_content %}
<h1 style="margin-top: 20px">{% trans 'We just sent you a password reset!' %}</h1>
<h1>{% trans 'Check your email to finish the process' %}.</h1>
<p>({% trans "Or don't, but then why did you fill out this form?" %})</p>
{% endblock %}