diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2011-03-12 01:16:53 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-09-15 20:44:40 +0100 |
commit | 31654ba51c84a240420b4c60bcb02ff8eda5abc6 (patch) | |
tree | cfdb2a182aae5af27ed5aae2bdbfac24178362b2 | |
parent | 54b0a58720425a4c8511b9068af71755f91ae1b5 (diff) | |
download | bugzilla-31654ba51c84a240420b4c60bcb02ff8eda5abc6.tar bugzilla-31654ba51c84a240420b4c60bcb02ff8eda5abc6.tar.gz bugzilla-31654ba51c84a240420b4c60bcb02ff8eda5abc6.tar.bz2 bugzilla-31654ba51c84a240420b4c60bcb02ff8eda5abc6.tar.xz bugzilla-31654ba51c84a240420b4c60bcb02ff8eda5abc6.zip |
Show the name the ppl that add a comment on a bug.
-rw-r--r-- | template/en/default/email/newchangedmail.txt.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/email/newchangedmail.txt.tmpl b/template/en/default/email/newchangedmail.txt.tmpl index 0611d36..ecc241a 100644 --- a/template/en/default/email/newchangedmail.txt.tmpl +++ b/template/en/default/email/newchangedmail.txt.tmpl @@ -19,7 +19,7 @@ #%] [% PROCESS "global/variables.none.tmpl" %] -From: [% Param('mailfrom') %] +From: [% changername %] <bugzilla-daemon@mageia.org> To: [% to_user.email %] Subject: [[% terms.Bug %] [%+ bugid %]] [% '[New]: ' IF isnew %][%+ summary %] X-Bugzilla-Reason: [% reasonsheader %] |