diff --git a/templates/confirmation/confirm.html b/templates/confirmation/confirm.html index 929ca19afe..1ca44f3026 100644 --- a/templates/confirmation/confirm.html +++ b/templates/confirmation/confirm.html @@ -5,25 +5,21 @@

{% if confirmed %} -

You're confirmed. We're not exactly sure what we confirmed you for, but whatever it is you're totally good.

+

You're confirmed. We're not exactly sure what we confirmed you for, but whatever it is you're totally good.

{% else %} -

Whoops, something's not right. We couldn't find your confirmation ID!

+

+ Whoops, something's not right. We couldn't find your confirmation ID, + or maybe the link expired. +

- {% if verbose_support_offers %} -

Make sure you copied the link correctly in to your browser. If you're - still encountering this page, its probably our fault. We're sorry.

+

Make sure you copied the link correctly in to your browser. If you're + still encountering this page, and you got this link recently, it's probably our fault. We're sorry.

-

Anyway, shoot us a line at {{ support_email }} and we'll get - this resolved shortly. -

- {% else %} -

Make sure you copied the link correctly in to your browser.

- -

If you're still having problems, please contact your Zulip administrator at {{ support_email }}.

- {% endif %} +

Anyway, shoot us a line at {{ support_email }} and we'll get + this resolved shortly. +

{% endif %}