diff --git a/epp/helpers.php b/epp/helpers.php index 6fe085a..0eb88e7 100644 --- a/epp/helpers.php +++ b/epp/helpers.php @@ -146,7 +146,7 @@ function validate_label($label, $pdo) { $tldExists = $stmtTLD->fetchColumn(); if (!$tldExists) { - return 'TLD not supported by the system'; + return 'Zone is not supported'; } // Fetch the IDN regex for the given TLD