diff options
Diffstat (limited to 'template/en/default')
-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. |