diff options
-rw-r--r-- | extensions/BMO/template/en/default/email/bugmail.html.tmpl | 2 | ||||
-rw-r--r-- | extensions/BMO/template/en/default/email/bugmail.txt.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/BMO/template/en/default/email/bugmail.html.tmpl b/extensions/BMO/template/en/default/email/bugmail.html.tmpl index 6385fe09a..1162dfd50 100644 --- a/extensions/BMO/template/en/default/email/bugmail.html.tmpl +++ b/extensions/BMO/template/en/default/email/bugmail.html.tmpl @@ -92,7 +92,7 @@ <div id="bug_details"> <hr> - Product | Component: [% bug.product FILTER html %] | [% bug.component FILTER html %] + Product/Component: [% bug.product FILTER html %] :: [% bug.component FILTER html %] </div> [% USE Bugzilla %] diff --git a/extensions/BMO/template/en/default/email/bugmail.txt.tmpl b/extensions/BMO/template/en/default/email/bugmail.txt.tmpl index 5fee39374..76fa492ee 100644 --- a/extensions/BMO/template/en/default/email/bugmail.txt.tmpl +++ b/extensions/BMO/template/en/default/email/bugmail.txt.tmpl @@ -37,7 +37,7 @@ Referenced [% terms.Bugs %]: Configure [% terms.bug %]mail: [% urlbase %]userprefs.cgi?tab=email ------------------------------- -Product | Component: [%+ bug.product +%] | [%+ bug.component %] +Product/Component: [%+ bug.product +%] :: [%+ bug.component %] [% USE Bugzilla %] [% tracking_flags = [] %] |