System: Settings: General - rename references to general settings for consistency, closes https://github.com/opnsense/core/issues/7781

This commit is contained in:
Ad Schellevis 2024-08-18 10:07:15 +02:00
parent 5dd269f7e1
commit e37e67ebcd
3 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,7 @@
<type>checkbox</type>
<help>
<![CDATA[If this option is set, then DHCP static mappings will be registered in Unbound, so that their name can be resolved.
You should also set the domain in <a href="/system_general.php">System: General setup</a> to the proper value.]]>
You should also set the domain in <a href="/system_general.php">System: Settings: General</a> to the proper value.]]>
</help>
</field>
<field>

View File

@ -58,7 +58,7 @@
);
} else {
$('div[id="control_label_unbound.forwarding.info"]').append(
"<span>{{ lang._('There are no system nameservers configured. Please do so in ') }}<a href=\"/system_general.php\">System: General setup</a></span>"
"<span>{{ lang._('There are no system nameservers configured. Please do so in ') }}<a href=\"/system_general.php\">System: Settings: General</a></span>"
);
}

View File

@ -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."),'<a href="system_general.php">','</a>');?>
"System: Settings: General%s to the proper value."),'<a href="system_general.php">','</a>');?>
</div>
</td>
</tr>