You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #54624 [Validator] Update the "no TLD" error message (nicolas-grekas)
This PR was merged into the 7.1 branch.
Discussion
----------
[Validator] Update the "no TLD" error message
| Q | A
| ------------- | ---
| Branch? | 7.1
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
Could this message be easier to understand?
```diff
- public string $tldMessage = 'This URL does not contain a TLD.';
+ public string $tldMessage = 'This URL is missing a top-level domain.';
```
/cc `@javiereguiluz`
Commits
-------
b1ba058 [Validator] Update the "no TLD" error message
0 commit comments