mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
s/Unbound DNS Forwarder/Unbound DNS Resolver/ to be consistent with other wording in the GUI
This commit is contained in:
parent
4bbc32b934
commit
6c101e32ec
@ -250,7 +250,7 @@ function get_services() {
|
||||
if (isset($config['unbound']['enable'])) {
|
||||
$pconfig = array();
|
||||
$pconfig['name'] = "unbound";
|
||||
$pconfig['description'] = gettext("Unbound DNS Forwarder");
|
||||
$pconfig['description'] = gettext("Unbound DNS Resolver");
|
||||
$services[] = $pconfig;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user