8000 Fix typo · symfony/symfony@6cb49b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6cb49b5

Browse files
committed
Fix typo
1 parent af738c0 commit 6cb49b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
</trans-unit>
373373
<trans-unit id="96">
374374
<source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
375-
<target>要素の数は{{Compare_value}}の倍数でなければなりません。</target>
375+
<target>要素の数は{{ compared_value }}の倍数でなければなりません。</target>
376376
</trans-unit>
377377
</body>
378378
</file>

0 commit comments

Comments
 (0)
0