unbound: improve wording slightly

This commit is contained in:
Franco Fichtner 2020-05-11 04:19:49 +02:00
parent feba63b664
commit 8cfcbbe891

View File

@ -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']
);
}