diff options
Diffstat (limited to 'templates/web/default/email_sent.html')
-rw-r--r-- | templates/web/default/email_sent.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/web/default/email_sent.html b/templates/web/default/email_sent.html index fd947022a..a18a73888 100644 --- a/templates/web/default/email_sent.html +++ b/templates/web/default/email_sent.html @@ -19,12 +19,16 @@ <h1>[% loc("Nearly Done! Now check your email...") %]</h1> +[% IF c.cobrand.moniker != 'zurich' %] <p>[% loc("The confirmation email <strong>may</strong> take a few minutes to arrive — <em>please</em> be patient.") %]</p> +[% END %] <p>[% loc("If you use web-based email or have 'junk mail' filters, you may wish to check your bulk/spam mail folders: sometimes, our messages are marked that way.") %]</p> <p>[% tprintf( loc("You must now click the link in the email we've just sent you — if you do not, %s."), messages.$email_type.action ) %].</p> +[% IF c.cobrand.moniker != 'zurich' %] <p>[% tprintf( loc("(Don't worry — %s)"), messages.$email_type.worry ) %]</p> +[% END %] [% INCLUDE 'footer.html' %] |