diff options
author | kiko%async.com.br <> | 2003-12-08 06:12:41 +0100 |
---|---|---|
committer | kiko%async.com.br <> | 2003-12-08 06:12:41 +0100 |
commit | eef0d2856605458a57b08d2d50981df10fb6a3a6 (patch) | |
tree | b9e37a3ec5715852eda073125869729ef803d1b4 /template/en/default/account/email | |
parent | ce24d01076ccec6e0e0f30d30d4b726fbf0452c4 (diff) | |
download | bugzilla-eef0d2856605458a57b08d2d50981df10fb6a3a6.tar.gz bugzilla-eef0d2856605458a57b08d2d50981df10fb6a3a6.tar.xz |
Fix for bug 227213: Chomping murder in token emails and pages. Fix
chomping issues, a spurious 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/email')
-rw-r--r-- | template/en/default/account/email/change-new.txt.tmpl | 12 | ||||
-rw-r--r-- | template/en/default/account/email/change-old.txt.tmpl | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/template/en/default/account/email/change-new.txt.tmpl b/template/en/default/account/email/change-new.txt.tmpl index 5568acc0c..8841891f3 100644 --- a/template/en/default/account/email/change-new.txt.tmpl +++ b/template/en/default/account/email/change-new.txt.tmpl @@ -26,17 +26,17 @@ From: bugzilla-admin-daemon To: [% emailaddress %] Subject: [% terms.Bugzilla %] Change Email Address Request -[% terms.Bugzilla %] has received a request to change the email address -for the [% oldemailaddress %] account to your address. +[%+ terms.Bugzilla %] has received a request to change the email address +for the account [% oldemailaddress %] to your address. To confirm the change, visit the following link: -[% Param('urlbase') %]token.cgi?a=cfmem&t=[% token FILTER url_quote %] +[%+ Param('urlbase') %]token.cgi?a=cfmem&t=[% token FILTER url_quote %] If you are not the person who made this request, or you wish to cancel this request, visit the following link: -[% Param('urlbase') %]token.cgi?a=cxlem&t=[% token FILTER url_quote %] +[%+ Param('urlbase') %]token.cgi?a=cxlem&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) %]). +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) %]). diff --git a/template/en/default/account/email/change-old.txt.tmpl b/template/en/default/account/email/change-old.txt.tmpl index e5fa87e7f..323f71373 100644 --- a/template/en/default/account/email/change-old.txt.tmpl +++ b/template/en/default/account/email/change-old.txt.tmpl @@ -34,14 +34,14 @@ Importance: High X-MSMail-Priority: High X-Priority: 1 -[% terms.Bugzilla %] has received a request to change the email address -for your account to [% newemailaddress %]. +[%+ terms.Bugzilla %] has received a request to change the email address +for your account to [%+ newemailaddress %]. If you are not the person who made this request, or you wish to cancel this request, visit the following link: -[% Param('urlbase') %]token.cgi?a=cxlem&t=[% token FILTER url_quote %] +[%+ Param('urlbase') %]token.cgi?a=cxlem&t=[% token FILTER url_quote %] -If you do nothing, and [% newemailaddress %] confirms this request, the -change will be made permanent after -[%- max_token_age %] days ([% time2str("%H:%M on the %o of %B, %Y", expiration_ts) %]). +If you do nothing, and [%+ newemailaddress %] confirms this request, the +change will be made permanent after [%+ max_token_age %] days (at precisely +[%+ time2str("%H:%M on the %o of %B, %Y", expiration_ts) %]). |