diff --git a/src/opnsense/mvc/app/controllers/OPNsense/Unbound/forms/general.xml b/src/opnsense/mvc/app/controllers/OPNsense/Unbound/forms/general.xml
index 232bce11d..4094a5766 100644
--- a/src/opnsense/mvc/app/controllers/OPNsense/Unbound/forms/general.xml
+++ b/src/opnsense/mvc/app/controllers/OPNsense/Unbound/forms/general.xml
@@ -62,7 +62,7 @@
checkbox
System: General setup to the proper value.]]>
+ You should also set the domain in System: Settings: General to the proper value.]]>
diff --git a/src/opnsense/mvc/app/views/OPNsense/Unbound/dot.volt b/src/opnsense/mvc/app/views/OPNsense/Unbound/dot.volt
index 72d381b97..84ae8aa76 100644
--- a/src/opnsense/mvc/app/views/OPNsense/Unbound/dot.volt
+++ b/src/opnsense/mvc/app/views/OPNsense/Unbound/dot.volt
@@ -58,7 +58,7 @@
);
} else {
$('div[id="control_label_unbound.forwarding.info"]').append(
- "{{ lang._('There are no system nameservers configured. Please do so in ') }}System: General setup"
+ "{{ lang._('There are no system nameservers configured. Please do so in ') }}System: Settings: General"
);
}
diff --git a/src/www/services_dnsmasq.php b/src/www/services_dnsmasq.php
index 997c9e7a0..98781aa43 100644
--- a/src/www/services_dnsmasq.php
+++ b/src/www/services_dnsmasq.php
@@ -336,7 +336,7 @@ $( document ).ready(function() {
= sprintf(gettext("If this option is set, then DHCP static mappings will ".
"be registered in Dnsmasq, so that their name can be ".
"resolved. You should also set the domain in %s".
- "System: General setup%s to the proper value."),'','');?>
+ "System: Settings: General%s to the proper value."),'','');?>