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:
Jens Kubieziel 2021-05-25 09:58:46 +00:00 committed by GitHub
parent 8887f9826a
commit 0b97c4279e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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