System: Settings: Administration - fix broken link to Trust section, closes https://github.com/opnsense/core/issues/7811

This commit is contained in:
Ad Schellevis 2024-08-23 20:50:46 +02:00
parent ed25dfe85c
commit f2603ca710

View File

@ -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>