From e37e67ebcde65abd35b9e33c2256168ce838ce38 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Sun, 18 Aug 2024 10:07:15 +0200 Subject: [PATCH] System: Settings: General - rename references to general settings for consistency, closes https://github.com/opnsense/core/issues/7781 --- .../mvc/app/controllers/OPNsense/Unbound/forms/general.xml | 2 +- src/opnsense/mvc/app/views/OPNsense/Unbound/dot.volt | 2 +- src/www/services_dnsmasq.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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() { ','');?> + "System: Settings: General%s to the proper value."),'','');?>