From 8cfcbbe891cf0e293673b6feeb0d71795974f0bd Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 11 May 2020 04:19:49 +0200 Subject: [PATCH] unbound: improve wording slightly --- src/www/services_unbound_host_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] ); }