summaryrefslogtreecommitdiffstats
path: root/extensions/ProductDashboard/template/en/default/pages/productdashboard/recents.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/ProductDashboard/template/en/default/pages/productdashboard/recents.html.tmpl')
-rw-r--r--extensions/ProductDashboard/template/en/default/pages/productdashboard/recents.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/ProductDashboard/template/en/default/pages/productdashboard/recents.html.tmpl b/extensions/ProductDashboard/template/en/default/pages/productdashboard/recents.html.tmpl
index 18227aec2..66320e174 100644
--- a/extensions/ProductDashboard/template/en/default/pages/productdashboard/recents.html.tmpl
+++ b/extensions/ProductDashboard/template/en/default/pages/productdashboard/recents.html.tmpl
@@ -9,7 +9,7 @@
<script type="text/javascript">
PD.recents = {};
- // Recently opened bugs
+ // Recently opened
PD.recents.opened = [
[% FOREACH bug = recently_opened %]
{
@@ -23,7 +23,7 @@
[% END %]
];
- // Recently closed bugs
+ // Recently closed
PD.recents.closed = [
[% FOREACH bug = recently_closed %]
{