diff options
author | myk%mozilla.org <> | 2004-01-30 04:54:44 +0100 |
---|---|---|
committer | myk%mozilla.org <> | 2004-01-30 04:54:44 +0100 |
commit | 91e03b299f08c5999acd3d6dd10268f0fcaad36d (patch) | |
tree | 1ef840a1d6cdbf8b0f6d3b3f04cc0eab551a5c6d | |
parent | fe68a1cec650c4509c5ca83f460a4330e62c762f (diff) | |
download | bugzilla-91e03b299f08c5999acd3d6dd10268f0fcaad36d.tar.gz bugzilla-91e03b299f08c5999acd3d6dd10268f0fcaad36d.tar.xz |
Fix for bug 232508: adds back missing space between "tell" and "[% terms.Bugzilla %]".
Patch by Stephen Reindl <sr@stephenreindl.de>
r=myk
a=myk
-rw-r--r-- | template/en/default/account/prefs/email.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl index eca9828c1..cb5f8c9b7 100644 --- a/template/en/default/account/prefs/email.html.tmpl +++ b/template/en/default/account/prefs/email.html.tmpl @@ -48,7 +48,7 @@ <td colspan="4"> If you want to help cover for someone when they're on vacation, or if you need to do the QA related to all of their [% terms.bugs %], you can tell - [% terms.Bugzilla %] to send mail related to their [% terms.bugs %] to you also. List the + [%+ terms.Bugzilla %] to send mail related to their [% terms.bugs %] to you also. List the email addresses of any users you wish to watch here, separated by commas. </td> |