diff --git a/src/www/services_unbound_host_edit.php b/src/www/services_unbound_host_edit.php index ace03c052..9102232d7 100644 --- a/src/www/services_unbound_host_edit.php +++ b/src/www/services_unbound_host_edit.php @@ -85,7 +85,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { if (!empty($pconfig['domain']) && $pconfig['domain'] == $config['system']['domain'] && $pconfig['host'] == '*') { $input_errors[] = sprintf( - gettext("A wildcard domain override is not supported for this machines domain '%s'."), + gettext("A wildcard domain override is not supported for the local domain '%s'."), $config['system']['domain'] ); }