Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9033d22

Browse files
committed
minor symfony#9686 [Form] Switched to correct gender of "Token" (ChristianGaertner)
This PR was submitted for the 2.2 branch but it was merged into the 2.3 branch instead (closes symfony#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"
2 parents d46d725 + a36abaf commit 9033d22

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)