summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/password/forgotten-password.txt.tmpl
diff options
context:
space:
mode:
authorkiko%async.com.br <>2003-12-08 06:12:41 +0100
committerkiko%async.com.br <>2003-12-08 06:12:41 +0100
commiteef0d2856605458a57b08d2d50981df10fb6a3a6 (patch)
treeb9e37a3ec5715852eda073125869729ef803d1b4 /template/en/default/account/password/forgotten-password.txt.tmpl
parentce24d01076ccec6e0e0f30d30d4b726fbf0452c4 (diff)
downloadbugzilla-eef0d2856605458a57b08d2d50981df10fb6a3a6.tar.gz
bugzilla-eef0d2856605458a57b08d2d50981df10fb6a3a6.tar.xz
Fix for bug 227213: Chomping murder in token emails and pages. Fix
chomping issues, a spurious &nbsp; in an email template, and minor rewordings to make the text prettier -- oh, I realize this isn't Chaucer yet, but who knows? r=jouni, a=justdave.
Diffstat (limited to 'template/en/default/account/password/forgotten-password.txt.tmpl')
-rw-r--r--template/en/default/account/password/forgotten-password.txt.tmpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/account/password/forgotten-password.txt.tmpl b/template/en/default/account/password/forgotten-password.txt.tmpl
index c6b04b35a..b5e156231 100644
--- a/template/en/default/account/password/forgotten-password.txt.tmpl
+++ b/template/en/default/account/password/forgotten-password.txt.tmpl
@@ -26,8 +26,8 @@ From: bugzilla-admin-daemon
To: [% emailaddress %]
Subject: [% terms.Bugzilla %] Change Password Request
-You (or someone impersonating you) has requested to change your [% terms.Bugzilla %]
-&nbsp;password. To change your password, visit the following link:
+You have (or someone impersonating you has) requested to change your
+[%+ terms.Bugzilla %] password. To complete the change, visit the following link:
[%+ Param('urlbase') %]token.cgi?a=cfmpw&t=[% token FILTER url_quote %]
@@ -36,6 +36,6 @@ this request, visit the following link:
[%+ Param('urlbase') %]token.cgi?a=cxlpw&t=[% token FILTER url_quote %]
-If you do nothing, the request will lapse after
-[%- max_token_age %] days
-([% time2str("%H:%M on the %o of %B, %Y", expiration_ts) -%]) or when you log in successfully.
+If you do nothing, the request will lapse after [%+ max_token_age +%] days (at
+precisely [%+ time2str("%H:%M on the %o of %B, %Y", expiration_ts) -%]) or when you
+log in successfully.