summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/email/confirm-new.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-12-15 21:30:02 +0100
committerlpsolit%gmail.com <>2006-12-15 21:30:02 +0100
commit28468d54847481f7bc1d51b4850126e965ee3432 (patch)
tree687c0e821d406231c5ebe7a113ac460e129d6544 /template/en/default/account/email/confirm-new.html.tmpl
parentb695e2a6b0a94cdfa2074b6967e30395f2876fd7 (diff)
downloadbugzilla-28468d54847481f7bc1d51b4850126e965ee3432.tar.gz
bugzilla-28468d54847481f7bc1d51b4850126e965ee3432.tar.xz
Bug 363894: Use a better date format in notifications about user account creation and email address change (and include the timezone too) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=myk
Diffstat (limited to 'template/en/default/account/email/confirm-new.html.tmpl')
-rw-r--r--template/en/default/account/email/confirm-new.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/account/email/confirm-new.html.tmpl b/template/en/default/account/email/confirm-new.html.tmpl
index 0e9ab98e5..6c7bdd05f 100644
--- a/template/en/default/account/email/confirm-new.html.tmpl
+++ b/template/en/default/account/email/confirm-new.html.tmpl
@@ -30,8 +30,8 @@
To complete the creation of your user account, you must choose a password in the
form below. You can also enter your real name, which is optional.<p>
If you don't fill this form before
- <u>[%+ time2str("%H:%M on the %o of %B, %Y", expiration_ts) %]</u>, the creation
- of this account will be automatically cancelled.
+ <u>[%+ time2str("%B %o, %Y at %H:%M %Z", expiration_ts) %]</u>,
+ the creation of this account will be automatically cancelled.
</div>
<form id="confirm_account_form" method="post" action="token.cgi">