mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
System: Settings: General - rename references to general settings for consistency, closes https://github.com/opnsense/core/issues/7781
This commit is contained in:
parent
5dd269f7e1
commit
e37e67ebcd
@ -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>
|
||||
|
||||
@ -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>"
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user