mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 10:04:41 +00:00
unbound: improve wording slightly
This commit is contained in:
parent
feba63b664
commit
8cfcbbe891
@ -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']
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user