diff options
-rw-r--r-- | extensions/ProductDashboard/template/en/default/hook/global/user-error-errors.html.tmpl | 2 |
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 %] |