Commit 832b8011 authored by Manuel Faux's avatar Manuel Faux Committed by Franco Fichtner

services: Changed incorrect name of unbound service

parent 693c3f73
......@@ -2473,7 +2473,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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment