summaryrefslogtreecommitdiffstats
path: root/extensions/ProductDashboard/template
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-09-25 19:45:37 +0200
committerByron Jones <bjones@mozilla.com>2012-09-25 19:45:37 +0200
commiteacdf2e2ef8186d5421582276437116512f3780b (patch)
treed2051ba3fe73ca126f02ff2b176c831db294f5d0 /extensions/ProductDashboard/template
parentcab6a954e6e4e8f1ba3c1c5afdc361ea476e24dd (diff)
downloadbugzilla-eacdf2e2ef8186d5421582276437116512f3780b.tar.gz
bugzilla-eacdf2e2ef8186d5421582276437116512f3780b.tar.xz
Fix syntax error in last comment
Diffstat (limited to 'extensions/ProductDashboard/template')
-rw-r--r--extensions/ProductDashboard/template/en/default/hook/global/user-error-errors.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/ProductDashboard/template/en/default/hook/global/user-error-errors.html.tmpl b/extensions/ProductDashboard/template/en/default/hook/global/user-error-errors.html.tmpl
index e8617ec2f..d8af64d31 100644
--- a/extensions/ProductDashboard/template/en/default/hook/global/user-error-errors.html.tmpl
+++ b/extensions/ProductDashboard/template/en/default/hook/global/user-error-errors.html.tmpl
@@ -7,6 +7,6 @@
#%]
[% IF error == "product_dashboard_invalid_recent_days" %]
- [% title = "Invalid Recent Days %]
+ [% title = "Invalid Recent Days" %]
Invalid value for recent days.
[% END %]