diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index eb063a402..b2fd1d46a 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -370,10 +370,10 @@ [% END %] ). - [% ELSIF error == "invalid_maxrow" %] + [% ELSIF error == "invalid_maxrows" %] [% title = "Invalid Max Rows" %] - The maximum number of rows, '[% maxrows FILTER html %]', must be a positive - integer. + The maximum number of rows, '[% maxrows FILTER html %]', must be + a positive integer. [% ELSIF error == "invalid_product_name" %] [% title = "Invalid Product Name" %] |