summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/cancel-token.txt.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2003-07-04 06:31:13 +0200
committergerv%gerv.net <>2003-07-04 06:31:13 +0200
commit44b48df3901d829e1423749136d142964ccb4a3e (patch)
treef87659c97f6c97654cde63005c514a5504913631 /template/en/default/account/cancel-token.txt.tmpl
parent7b35e1a271f27612cba91216d50e5f497dd0c69a (diff)
downloadbugzilla-44b48df3901d829e1423749136d142964ccb4a3e.tar.gz
bugzilla-44b48df3901d829e1423749136d142964ccb4a3e.tar.xz
Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave.
Diffstat (limited to 'template/en/default/account/cancel-token.txt.tmpl')
-rw-r--r--template/en/default/account/cancel-token.txt.tmpl15
1 files changed, 9 insertions, 6 deletions
diff --git a/template/en/default/account/cancel-token.txt.tmpl b/template/en/default/account/cancel-token.txt.tmpl
index be926d5e2..0554081f2 100644
--- a/template/en/default/account/cancel-token.txt.tmpl
+++ b/template/en/default/account/cancel-token.txt.tmpl
@@ -19,16 +19,19 @@
# Contributor(s): John Vandenberg <zeroj@null.net>
# Tobias Burnus <burnus@net-b.de>
#%]
+
+[% PROCESS global/variables.none.tmpl %]
+
From: bugzilla-admin-daemon
To: [% emailaddress %]
Subject: [% PROCESS subject %]
A request was cancelled from [% remoteaddress %].
-If you did not request this, it could be either an honest
-mistake or someone attempting to break into your Bugzilla account.
+If you did not request this, it could be either an honest
+mistake or someone attempting to break into your [% terms.Bugzilla %] account.
-Take a look at the information below and forward this email
+Take a look at the information below and forward this email
to [% maintainer %] if you suspect foul play.
Token: [% token %]
@@ -84,12 +87,12 @@ Cancelled Because:
[% ELSE %]
[%# Give sensible error if the cancel-token function is used incorrectly.
- #%]
- You are using Bugzilla's cancel-token function incorrectly. You
+ #%]
+ You are using [% terms.Bugzilla %]'s cancel-token function incorrectly. You
passed in the string '[% cancelaction %]'. The correct use is to pass
in a tag, and define that tag in the file cancel-token.txt.tmpl.
- If you are a Bugzilla end-user seeing this message, please forward this
+ If you are a [% terms.Bugzilla %] end-user seeing this message, please forward this
email to [% Param('maintainer') %].
[% END %]
[% END %]