Change Zeichen to Token
I'd recommend to change the German translation. The word "Zeichen" is misleading in this case. It means something like string or character. The word "Token" fits better. In general I'd change the message to "Wrong XSRF token". This makes it more clear what happens here.
This commit is contained in:
parent
8887f9826a
commit
0b97c4279e
1 changed files with 1 additions and 1 deletions
|
@ -624,7 +624,7 @@ msgstr "Bildwand ist nicht verfügbar (Miniaturansichten sind deaktiviert)."
|
|||
|
||||
#: application/front/exceptions/WrongTokenException.php:16
|
||||
msgid "Wrong token."
|
||||
msgstr "Falsches Zeichen."
|
||||
msgstr "Falsches Token."
|
||||
|
||||
#: application/helper/ApplicationUtils.php:165
|
||||
#, php-format
|
||||
|
|
Loading…
Reference in a new issue