Commit e50bddb2 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 1033068: The "unknown_action" error message could confuse the user

r=dkl a=sgreen
parent 226b92c3
......@@ -1810,10 +1810,11 @@
then try again.
[% ELSIF error == "unknown_action" %]
[% title = "Unknown Action" %]
[% IF action %]
Unknown action [% action FILTER html %]!
Unknown action "[% action.truncate(20, "...") FILTER html %]"!
[% ELSE %]
I could not figure out what you wanted to do.
I could not figure out what you wanted to do.
[% END %]
[% ELSIF error == "unknown_tab" %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment