mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-20 09:35:59 +02:00
Tiny text improvement
This commit is contained in:
parent
10f7b2b664
commit
36fda7f3db
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ function validate_label($label, $pdo) {
|
||||||
$tldExists = $stmtTLD->fetchColumn();
|
$tldExists = $stmtTLD->fetchColumn();
|
||||||
|
|
||||||
if (!$tldExists) {
|
if (!$tldExists) {
|
||||||
return 'TLD not supported by the system';
|
return 'Zone is not supported';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fetch the IDN regex for the given TLD
|
// Fetch the IDN regex for the given TLD
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue