Tiny text improvement

This commit is contained in:
Pinga 2023-08-16 16:09:08 +03:00
parent 10f7b2b664
commit 36fda7f3db

View file

@ -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