Skip to content

Commit add3cdd

Browse files
committed
[Validator] Update Isin message to match the translation files.
1 parent c0d12ed commit add3cdd

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Component/Validator/Constraints

1 file changed

+1
-1
lines changed

src/Symfony/Component/Validator/Constraints/Isin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Isin extends Constraint
3535
self::INVALID_CHECKSUM_ERROR => 'INVALID_CHECKSUM_ERROR',
3636
];
3737

38-
public $message = 'This is not a valid International Securities Identification Number (ISIN).';
38+
public $message = 'This value is not a valid International Securities Identification Number (ISIN).';
3939

4040
public function __construct(array $options = null, string $message = null, array $groups = null, $payload = null)
4141
{

0 commit comments

Comments
 (0)