diff options
Diffstat (limited to 'templates/web/default/email_sent.html')
-rw-r--r-- | templates/web/default/email_sent.html | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/templates/web/default/email_sent.html b/templates/web/default/email_sent.html index a20900524..47a6f82cf 100644 --- a/templates/web/default/email_sent.html +++ b/templates/web/default/email_sent.html @@ -21,15 +21,14 @@ } %] -<h1>Nearly Done! Now check your email...</h1> +<h1>[% loc("Nearly Done! Now check your email...") %]</h1> -<p>The confirmation email <strong>may</strong> take a few minutes to arrive — <em>please</em> be patient.</p> +<p>[% loc("The confirmation email <strong>may</strong> take a few minutes to arrive — <em>please</em> be patient.") %]</p> -<p>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>[% 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>You must now click the link in the email we've just sent you — if you do not, [% messages.$email_type.action %].</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> -<p>(Don't worry — [% messages.$email_type.worry %])</p> +<p>[% tprintf( loc("(Don't worry — %s)"), messages.$email_type.worry ) %]</p> - -[% INCLUDE 'footer.html' %]
\ No newline at end of file +[% INCLUDE 'footer.html' %] |