mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
emails: Update text for confirm_registration.
This commit is contained in:
@@ -5,25 +5,18 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<p>
|
|
||||||
{{ _('Hello there.') }}
|
|
||||||
</p>
|
|
||||||
<p>
|
<p>
|
||||||
{{ _('You recently signed up for Zulip. Awesome!') }}
|
{{ _('You recently signed up for Zulip. Awesome!') }}
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
{{ _('To complete signup, please click here:') }}
|
{{ _('Click the button below to complete registration.') }}
|
||||||
<a class="button" href="{{ activate_url }}">{{ _('Complete registration') }}</a>
|
<a class="button" href="{{ activate_url }}">{{ _('Complete registration') }}</a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
{% trans %}
|
{% trans %}
|
||||||
Feel free to give us a shout at
|
Contact us any time at
|
||||||
<a href="mailto:{{ support_email }}">{{ support_email }}</a>,
|
<a href="mailto:{{ support_email }}">{{ support_email }}</a>
|
||||||
if you have any questions.
|
if you run into trouble, have any feedback, or just want to chat!
|
||||||
{% endtrans %}
|
{% endtrans %}
|
||||||
</p>
|
</p>
|
||||||
<p>
|
|
||||||
{{ _("Cheers,") }}<br />
|
|
||||||
{{ _("Team Zulip") }}
|
|
||||||
</p>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
@@ -1,11 +1,9 @@
|
|||||||
{{ _('Hello there.') }}
|
|
||||||
|
|
||||||
{{ _('You recently signed up for Zulip. Awesome!') }}
|
{{ _('You recently signed up for Zulip. Awesome!') }}
|
||||||
|
|
||||||
{{ _('To complete signup, please click here:') }}
|
{{ _('Click the link below to complete registration.') }}
|
||||||
<{{ activate_url }}>
|
<{{ activate_url }}>
|
||||||
|
|
||||||
{% trans %}Feel free to give us a shout at <{{ support_email }}> if you have any questions.{% endtrans %}
|
{% trans %}
|
||||||
|
Contact us any time at {{ support_email }} if you run into trouble,
|
||||||
{{ _("Cheers,") }}
|
have any feedback, or just want to chat!
|
||||||
{{ _("Team Zulip") }}
|
{% endtrans %}
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ class EmailTranslationTestCase(ZulipTestCase):
|
|||||||
self.login(hamlet.email)
|
self.login(hamlet.email)
|
||||||
|
|
||||||
check_translation("Viele Grüße", "patch", "/json/settings", {"email": "hamlets-new@zulip.com"})
|
check_translation("Viele Grüße", "patch", "/json/settings", {"email": "hamlets-new@zulip.com"})
|
||||||
check_translation("Felicidades", "post", "/accounts/home/", {"email": "new-email@zulip.com"}, HTTP_ACCEPT_LANGUAGE="pt")
|
check_translation("Incrível!", "post", "/accounts/home/", {"email": "new-email@zulip.com"}, HTTP_ACCEPT_LANGUAGE="pt")
|
||||||
check_translation("Danke, dass Du", "post", '/accounts/find/', {'emails': hamlet.email})
|
check_translation("Danke, dass Du", "post", '/accounts/find/', {'emails': hamlet.email})
|
||||||
check_translation("Hallo", "post", "/json/invites", {"invitee_emails": "new-email@zulip.com", "stream": ["Denmark"]})
|
check_translation("Hallo", "post", "/json/invites", {"invitee_emails": "new-email@zulip.com", "stream": ["Denmark"]})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user