s/Unbound DNS Forwarder/Unbound DNS Resolver/ to be consistent with other wording in the GUI

This commit is contained in:
jim-p 2014-11-25 11:55:17 -05:00
parent 4bbc32b934
commit 6c101e32ec

View File

@ -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;
}