diff options
author | David Lawrence <dkl@redhat.com> | 2014-06-05 21:57:59 +0200 |
---|---|---|
committer | David Lawrence <dkl@redhat.com> | 2014-06-05 21:58:22 +0200 |
commit | 685776f18291c4c0ee0ce729318b36d025be55f4 (patch) | |
tree | 109c8600d26ec11bf9b57cfe2745b1a4957940c3 /extensions/Voting/template | |
parent | ac9980ad764eeaadca73a73cdcab554587135629 (diff) | |
download | bugzilla-685776f18291c4c0ee0ce729318b36d025be55f4.tar.gz bugzilla-685776f18291c4c0ee0ce729318b36d025be55f4.tar.xz |
Bug 1016273: Bugzilla whine emails missing change to From header made by bug 1010751
Diffstat (limited to 'extensions/Voting/template')
-rw-r--r-- | extensions/Voting/template/en/default/voting/votes-removed.txt.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Voting/template/en/default/voting/votes-removed.txt.tmpl b/extensions/Voting/template/en/default/voting/votes-removed.txt.tmpl index 2e1de2a5c..bfb37c90d 100644 --- a/extensions/Voting/template/en/default/voting/votes-removed.txt.tmpl +++ b/extensions/Voting/template/en/default/voting/votes-removed.txt.tmpl @@ -20,7 +20,7 @@ [% PROCESS global/variables.none.tmpl %] -From: "[% terms.BugzillaTitle %]" <[% Param('mailfrom') %]> +From: [% Param('mailfrom') %] To: [% to %] Subject: [% terms.Bug %] [%+ bugid %] Some or all of your votes have been removed. X-Bugzilla-Type: voteremoved |