diff options
author | Dylan William Hardison <dylan@hardison.net> | 2015-08-11 19:31:49 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2015-08-11 19:31:49 +0200 |
commit | fa7ae98d1b2e83e88b2861f0826dc89e5b3bbd63 (patch) | |
tree | 85d583e196cce1c85a9c985e3f6ce7f39269819b /template/en | |
parent | 589ec37a32d8687d612eedd107748b7afadd07fd (diff) | |
download | bugzilla-fa7ae98d1b2e83e88b2861f0826dc89e5b3bbd63.tar.gz bugzilla-fa7ae98d1b2e83e88b2861f0826dc89e5b3bbd63.tar.xz |
Bug 1184332 - Add Restricted API calls for MozReview
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 40b59801c..316e98450 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -207,6 +207,9 @@ [% ELSIF error == "illegal_field" %] A legal [% field FILTER html %] was not set. + [% ELSIF error == "invalid_app_id" %] + The app_id generated was invalid. [% app_id FILTER html %] is not a hexadecimal string. + [% ELSIF error == "invalid_attach_id_to_obsolete" %] The attachment number of one of the attachments you wanted to obsolete, [%+ attach_id FILTER html %], is invalid. |