Skip to content

Commit e7071bd

Browse files
committed
bug #39647 [Validator] Update Isin message to match the translation files (derrabus)
This PR was merged into the 5.2 branch. Discussion ---------- [Validator] Update Isin message to match the translation files | Q | A | ------------- | --- | Branch? | 5.2 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #39645 | License | MIT | Doc PR | N/A Commits ------- add3cdd [Validator] Update Isin message to match the translation files.
2 parents c0d12ed + add3cdd commit e7071bd

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)