diff options
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 0d61c05c9..12cbee70a 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -295,8 +295,8 @@ [% ELSIF error == "component_not_valid" %] [% title = "Specified Component Does Not Exist" %] - The component '[% name FILTER html %]' for product - '[% product FILTER html %]' does not exist. + Product [% product FILTER html %] does not have a component + named [% name FILTER html %]. [% ELSIF error == "product_doesnt_exist" %] [% title = "Specified Product Does Not Exist" %] |