We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd0fac commit c8869c1Copy full SHA for c8869c1
template/en/default/global/user-error.html.tmpl
@@ -1808,10 +1808,11 @@
1808
token too recently to request another. Please wait a while and try again.
1809
1810
[% ELSIF error == "unknown_action" %]
1811
+ [% title = "Unknown Action" %]
1812
[% IF action %]
- Unknown action [% action FILTER html %]!
1813
+ Unknown action "[% action.truncate(20, "...") FILTER html %]"!
1814
[% ELSE %]
- I could not figure out what you wanted to do.
1815
+ I could not figure out what you wanted to do.
1816
[% END %]
1817
1818
[% ELSIF error == "unknown_tab" %]
0 commit comments