aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/email_sent.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/email_sent.html')
-rw-r--r--templates/web/default/email_sent.html13
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 &mdash; <em>please</em> be patient.</p>
+<p>[% loc("The confirmation email <strong>may</strong> take a few minutes to arrive &mdash; <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 &mdash; 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 &mdash; if you do not, %s."), messages.$email_type.action ) %].</p>
-<p>(Don't worry &mdash; [% messages.$email_type.worry %])</p>
+<p>[% tprintf( loc("(Don't worry &mdash; %s)"), messages.$email_type.worry ) %]</p>
-
-[% INCLUDE 'footer.html' %] \ No newline at end of file
+[% INCLUDE 'footer.html' %]