diff --git a/webtools/bugzilla/template/en/default/global/user-error.html.tmpl b/webtools/bugzilla/template/en/default/global/user-error.html.tmpl index 794dc3954a4..fffcdf4c436 100644 --- a/webtools/bugzilla/template/en/default/global/user-error.html.tmpl +++ b/webtools/bugzilla/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 [% product FILTER html %] 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" %]