diff options
author | gerv%gerv.net <> | 2004-01-18 17:27:26 +0100 |
---|---|---|
committer | gerv%gerv.net <> | 2004-01-18 17:27:26 +0100 |
commit | 8b2876df64df42f46f1b98c2245607dcd01ed94a (patch) | |
tree | 4fdfc5d63f2f20610dc383b4e2dd27e969cf7d8b /template/en/default | |
parent | 66abd0ca5e83161053ed303ac4bb8196f56ef5e6 (diff) | |
download | bugzilla-8b2876df64df42f46f1b98c2245607dcd01ed94a.tar.gz bugzilla-8b2876df64df42f46f1b98c2245607dcd01ed94a.tar.xz |
Bug 224420 - fix test bustage caused by accidental use of the word "bugs". Oops.
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/search/search-create-series.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/search/search-create-series.html.tmpl b/template/en/default/search/search-create-series.html.tmpl index c15dbe236..9d458a8a6 100644 --- a/template/en/default/search/search-create-series.html.tmpl +++ b/template/en/default/search/search-create-series.html.tmpl @@ -34,7 +34,7 @@ <p style="color: red"> Note: there is currently a restriction that data sets will only count public - bugs (those not in any group). + [% terms.bugs %] (those not in any group). </p> <form method="get" action="chart.cgi" name="chartform"> |