diff options
author | reed%reedloden.com <> | 2007-03-11 10:24:11 +0100 |
---|---|---|
committer | reed%reedloden.com <> | 2007-03-11 10:24:11 +0100 |
commit | 429fad7946e7461b2c3069ba292b3a5e95e2f825 (patch) | |
tree | 11bffa3a65bbc72aef83755d12726f5d839ea329 /template | |
parent | 3ce940a70dc15afe504ddcf772d088b952e0b9d9 (diff) | |
download | bugzilla-429fad7946e7461b2c3069ba292b3a5e95e2f825.tar.gz bugzilla-429fad7946e7461b2c3069ba292b3a5e95e2f825.tar.xz |
I missed two from my patch in bug 366466. s/Cancelled/Canceled/ [p=reed r=mkanat@IRC a=mkanat@IRC]
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/account/cancel-token.txt.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/account/cancel-token.txt.tmpl b/template/en/default/account/cancel-token.txt.tmpl index ead400ce8..c4f6951a8 100644 --- a/template/en/default/account/cancel-token.txt.tmpl +++ b/template/en/default/account/cancel-token.txt.tmpl @@ -40,7 +40,7 @@ to [% maintainer %] if you suspect foul play. User: [% emailaddress %] Issue Date: [% issuedate %] Event Data: [% eventdata %] -Cancelled Because: [% PROCESS cancelactionmessage %] +Canceled Because: [% PROCESS cancelactionmessage %] [% BLOCK subject %] [% IF tokentype == 'new_account' %] diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index a8eddac7a..2b14b3876 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -44,7 +44,7 @@ [% END %] [% ELSIF message_tag == "account_creation_canceled" %] - [% title = "User Account Creation Cancelled" %] + [% title = "User Account Creation Canceled" %] The creation of the user account [% account FILTER html %] has been canceled. |