mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
System: Settings: Administration - fix broken link to Trust section, closes https://github.com/opnsense/core/issues/7811
This commit is contained in:
parent
ed25dfe85c
commit
f2603ca710
@ -564,7 +564,7 @@ $(document).ready(function() {
|
||||
<?=sprintf(
|
||||
gettext('The %sSSL certificate manager%s can be used to ' .
|
||||
'create or import certificates if required.'),
|
||||
'<a href="/system_certmanager.php">', '</a>'
|
||||
'<a href="/ui/trust/cert">', '</a>'
|
||||
);?>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user