Skip to content

Commit

Permalink
minor #9686 [Form] Switched to correct gender of "Token" (ChristianGa…
Browse files Browse the repository at this point in the history
…ertner)

This PR was submitted for the 2.2 branch but it was merged into the 2.3 branch instead (closes #9686).

Discussion
----------

[Form] Switched to correct gender of "Token"

The neutral gender "das Token" is used in science to describe an array of bits or chars, where as the masculin "der Token" is commenly used for keys in communications and authentication in the network.

I guess the a CSRF-Token is more a key for authentication then a bit array.

Cheers,

Christian

| Q             | A
| ------------- | ---
| Bug fix?      | yes/kinda
| New feature?  | not really
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | ~
| Doc PR        | none

Commits
-------

c2bc9ae Switched to correct gender of "Token"
  • Loading branch information
fabpot committed Dec 4, 2013
2 parents d46d725 + a36abaf commit 9033d22
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -12,8 +12,8 @@
</trans-unit>
<trans-unit id="30">
<source>The CSRF token is invalid. Please try to resubmit the form.</source>
<target>Das CSRF-Token ist ungültig. Versuchen Sie bitte das Formular erneut zu senden.</target>
<target>Der CSRF-Token ist ungültig. Versuchen Sie bitte das Formular erneut zu senden.</target>
</trans-unit>
</body>
</file>
</xliff>
</xliff>

0 comments on commit 9033d22

Please sign in to comment.