diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 794dc3954..fffcdf4c4 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -322,8 +322,9 @@ [% ELSIF error == "entry_access_denied" %] [% title = "Permission Denied" %] - Sorry; you do not have the permissions necessary to enter [% terms.abug %] - against the [% product FILTER html %] product. + Sorry, either the product <em>[% product FILTER html %]</em> does not + exist, or you don't have the required permissions to + enter [% terms.abug %] against that product. [% ELSIF error == "fieldname_invalid" %] [% title = "Specified Field Does Not Exist" %] |