From 36fda7f3db93caeb21e245af1a798e949c45f62f Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Wed, 16 Aug 2023 16:09:08 +0300 Subject: [PATCH] Tiny text improvement --- epp/helpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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