We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PublicDomainSuffix
1 parent 9cbb563 commit 79f214cCopy full SHA for 79f214c
library/Exceptions/PublicDomainSuffixException.php
@@ -22,7 +22,7 @@ class PublicDomainSuffixException extends ValidationException
22
self::STANDARD => '{{name}} must be a public domain suffix',
23
],
24
self::MODE_NEGATIVE => [
25
- self::STANDARD => '{{name}} must be a public domain suffix',
+ self::STANDARD => '{{name}} must not be a public domain suffix',
26
27
];
28
}
0 commit comments