summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--template/en/default/global/code-error.html.tmpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index 73501672b..82be89b1d 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -208,7 +208,11 @@
I was unable to retrieve your old password from the database.
[% ELSIF error == "undefined_field" %]
- [% field FILTER html %] was not defined; [% Param('browserbugmessage') %]
+ Form field [% field FILTER html %] was not defined; [% Param('browserbugmessage') %]
+ [%# Useful message if browser did not select show_bug radio button %]
+ [% IF field == "knob" %]
+ Check that the "Leave as..." radio button was selected.
+ [% END %]
[% ELSIF error == "unknown_action" %]
[% IF action %]