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
a63c65a647
commit
c38759c0cc
@ -306,14 +306,14 @@ $section->addInput(new Form_Select(
|
||||
|
||||
$section->addInput(new Form_Input(
|
||||
'l2tp_dns1',
|
||||
'Primary L2TM DNS server',
|
||||
'Primary L2TP DNS server',
|
||||
'text',
|
||||
$pconfig['l2tp_dns1']
|
||||
));
|
||||
|
||||
$section->addInput(new Form_Input(
|
||||
'l2tp_dns2',
|
||||
'Secondary L2TM DNS server',
|
||||
'Secondary L2TP DNS server',
|
||||
'text',
|
||||
$pconfig['l2tp_dns2']
|
||||
));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user