summaryrefslogtreecommitdiffstats
path: root/extensions/ProductDashboard
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/ProductDashboard')
-rw-r--r--extensions/ProductDashboard/template/en/default/pages/productdashboard/components.html.tmpl4
-rw-r--r--extensions/ProductDashboard/template/en/default/pages/productdashboard/recents.html.tmpl4
-rw-r--r--extensions/ProductDashboard/template/en/default/pages/productdashboard/roadmap.html.tmpl2
-rw-r--r--extensions/ProductDashboard/template/en/default/pages/productdashboard/summary.html.tmpl2
4 files changed, 6 insertions, 6 deletions
diff --git a/extensions/ProductDashboard/template/en/default/pages/productdashboard/components.html.tmpl b/extensions/ProductDashboard/template/en/default/pages/productdashboard/components.html.tmpl
index 8f3703770..6b0e7240a 100644
--- a/extensions/ProductDashboard/template/en/default/pages/productdashboard/components.html.tmpl
+++ b/extensions/ProductDashboard/template/en/default/pages/productdashboard/components.html.tmpl
@@ -12,7 +12,7 @@
<script>
<!--
- // Past due bugs
+ // Past due
[% IF user.is_timetracker %]
PD.past_due = [
[% FOREACH bug = summary.past_due %]
@@ -28,7 +28,7 @@
];
[% END %]
- // Bugs updated recently
+ // Updated recently
PD.updated_recently = [
[% FOREACH bug = summary.updated_recently %]
{
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 %]
{
diff --git a/extensions/ProductDashboard/template/en/default/pages/productdashboard/roadmap.html.tmpl b/extensions/ProductDashboard/template/en/default/pages/productdashboard/roadmap.html.tmpl
index 48f96499d..b31827fbd 100644
--- a/extensions/ProductDashboard/template/en/default/pages/productdashboard/roadmap.html.tmpl
+++ b/extensions/ProductDashboard/template/en/default/pages/productdashboard/roadmap.html.tmpl
@@ -13,7 +13,7 @@
{
name: '[% milestone.name FILTER js %]',
percentage: '[% milestone.percentage FILTER js %]',
- link: '<a href="[% milestone.link_closed FILTER html %]">[% milestone.closed_bugs FILTER html %]</a> of <a href="[% milestone.link_total FILTER html %]"> [% milestone.total_bugs FILTER html %]</a> bugs have been closed',
+ link: '<a href="[% milestone.link_closed FILTER html %]">[% milestone.closed_bugs FILTER html %]</a> of <a href="[% milestone.link_total FILTER html %]"> [% milestone.total_bugs FILTER html %]</a> [% terms.bugs %] have been closed',
},
[% END %]
];
diff --git a/extensions/ProductDashboard/template/en/default/pages/productdashboard/summary.html.tmpl b/extensions/ProductDashboard/template/en/default/pages/productdashboard/summary.html.tmpl
index e454ee8e8..ea3bcf89a 100644
--- a/extensions/ProductDashboard/template/en/default/pages/productdashboard/summary.html.tmpl
+++ b/extensions/ProductDashboard/template/en/default/pages/productdashboard/summary.html.tmpl
@@ -9,7 +9,7 @@
<script>
PD.summary = {};
- // Bug counts
+ // global counts
PD.summary.bug_counts = [
{
name: "Total [% terms.Bugs %]",