diff options
-rw-r--r-- | templates/web/default/auth/token.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/default/auth/token.html b/templates/web/default/auth/token.html index 0f44d1074..5fa69ab21 100644 --- a/templates/web/default/auth/token.html +++ b/templates/web/default/auth/token.html @@ -18,7 +18,9 @@ <p>[% loc("We have sent you an email containing a link to confirm your account.") %]</p> +[% 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> |