Skip to content

Commit 7e5d7dc

Browse files
minor symfony#54708 Fix french translation (alamirault)
This PR was merged into the 5.4 branch. Discussion ---------- Fix french translation | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | License | MIT Fix translation done in symfony#54681 Commits ------- 0413610 Fix french translation
2 parents a597cc0 + 0413610 commit 7e5d7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440
</trans-unit>
441441
<trans-unit id="113">
442442
<source>This URL is missing a top-level domain.</source>
443-
<target>Cette URL doit contenir un de domaine de premier niveau.</target>
443+
<target>Cette URL doit contenir un domaine de premier niveau.</target>
444444
</trans-unit>
445445
</body>
446446
</file>

0 commit comments

Comments
 (0)