mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
fix typo
This commit is contained in:
parent
eee4911931
commit
fbc727bdc0
@ -804,7 +804,7 @@ if($act=="new" || $act=="edit") :
|
||||
|
||||
$section->addInput(new Form_Select(
|
||||
'caref',
|
||||
'Peer Certifiacte Authority',
|
||||
'Peer Certificate Authority',
|
||||
$pconfig['caref'],
|
||||
$list
|
||||
));
|
||||
@ -831,7 +831,7 @@ if($act=="new" || $act=="edit") :
|
||||
|
||||
$section->addInput(new Form_Select(
|
||||
'certref',
|
||||
'Peer Certifiacte Authority',
|
||||
'Peer Certificate Authority',
|
||||
$pconfig['certref'],
|
||||
build_cert_list()
|
||||
))->setHelp(count($a_cert) ? '':sprintf('No Certificates defined. You may create one here: %s', '<a href="system_camanager.php">System > Cert Manager</a>'));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user