Skip to content

Commit 6856d8f

Browse files
committed
minor symfony#26144 Typo fix in security component translation. (FirstSailor)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes symfony#26144). Discussion ---------- Typo fix in security component translation. | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Lithuanian translation typo fix in security component Commits ------- a0d8b04 Typo fix in security component lithuanian translation.
2 parents 0b08f37 + a0d8b04 commit 6856d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Core/Resources/translations/security.lt.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</trans-unit>
99
<trans-unit id="2">
1010
<source>Authentication credentials could not be found.</source>
11-
<target>Nepavyko rasti autentifikacijos duomneų.</target>
11+
<target>Nepavyko rasti autentifikacijos duomenų.</target>
1212
</trans-unit>
1313
<trans-unit id="3">
1414
<source>Authentication request could not be processed due to a system problem.</source>

0 commit comments

Comments
 (0)