diff options
author | Connor Behan <connor.behan@gmail.com> | 2014-01-07 21:36:28 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2014-01-07 21:36:28 +0100 |
commit | 192b02906b89fb61efdf60ef553d717a5d3e037f (patch) | |
tree | a8db9d735e43dae3eed2ae419c7c2f8fcd2967bd /template/en/default/reports | |
parent | 98446d4f4473c2c06515ea606cd6643b13092e0c (diff) | |
download | bugzilla-192b02906b89fb61efdf60ef553d717a5d3e037f.tar.gz bugzilla-192b02906b89fb61efdf60ef553d717a5d3e037f.tar.xz |
Bug 770073 - Hardcode "Bugzilla" in templates when it's not related to a specific Bugzilla installation
r=dkl,a=justdave
Diffstat (limited to 'template/en/default/reports')
-rw-r--r-- | template/en/default/reports/delete-series.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/reports/edit-series.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/reports/menu.html.tmpl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/reports/delete-series.html.tmpl b/template/en/default/reports/delete-series.html.tmpl index 7ff8876aa..d19178ce3 100644 --- a/template/en/default/reports/delete-series.html.tmpl +++ b/template/en/default/reports/delete-series.html.tmpl @@ -24,7 +24,7 @@ This series has been created by <a href="mailto:[% series.creator.email FILTER html %]"> [% series.creator.email FILTER html %]</a> [% ELSE %] - This series has been automatically created by [% terms.Bugzilla %] + This series has been automatically created by Bugzilla [% END %] [% IF series.public %] diff --git a/template/en/default/reports/edit-series.html.tmpl b/template/en/default/reports/edit-series.html.tmpl index 33fa40aba..f87c45a92 100644 --- a/template/en/default/reports/edit-series.html.tmpl +++ b/template/en/default/reports/edit-series.html.tmpl @@ -36,7 +36,7 @@ <a href="mailto:[% default.creator.email FILTER html %]"> [% default.creator.email FILTER html %]</a> [% ELSE %] - (automatically created by [% terms.Bugzilla %]) + (automatically created by Bugzilla) [% END %] </p> diff --git a/template/en/default/reports/menu.html.tmpl b/template/en/default/reports/menu.html.tmpl index af83ffb11..7bf9d8d50 100644 --- a/template/en/default/reports/menu.html.tmpl +++ b/template/en/default/reports/menu.html.tmpl @@ -18,7 +18,7 @@ %] <p> - [% terms.Bugzilla %] allows you to view and track the state of the [% terms.bug %] database in + Bugzilla allows you to view and track the state of the [% terms.bug %] database in all manner of exciting ways. </p> |