8000 Switched to correct gender of "Token" · symfony/symfony@a36abaf · GitHub
[go: up one dir, main page]

Skip to content

Commit a36abaf

Browse files
ChristianGaertnerfabpot
authored andcommitted
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.
1 parent d46d725 commit a36abaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Form/Resources/translations/validators.de.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
</trans-unit>
1313
<trans-unit id="30">
1414
<source>The CSRF token is invalid. Please try to resubmit the form.</source>
15-
<target>Das CSRF-Token ist ungültig. Versuchen Sie bitte das Formular erneut zu senden.</target>
15+
<target>Der CSRF-Token ist ungültig. Versuchen Sie bitte das Formular erneut zu senden.</target>
1616
</trans-unit>
1717
</body>
1818
</file>
19-
</xliff>
19+
</xliff>

0 commit comments

Comments
 (0)
0