summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_l2tp.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-05-03 11:21:19 -0400
committerjim-p <jimp@pfsense.org>2016-05-03 11:21:36 -0400
commitf0b7a730f3fecdf8e363aeb06b0b3c8c3fe0389c (patch)
treee5ff0c0e853673dea775a73dad09d08b2528f867 /src/usr/local/www/vpn_l2tp.php
parent30e1da8182cca7cf78bdea6ee1f4a41aff4d861d (diff)
downloadpfsense-f0b7a730f3fecdf8e363aeb06b0b3c8c3fe0389c.zip
pfsense-f0b7a730f3fecdf8e363aeb06b0b3c8c3fe0389c.tar.gz
Fix typo
Diffstat (limited to 'src/usr/local/www/vpn_l2tp.php')
-rw-r--r--src/usr/local/www/vpn_l2tp.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/vpn_l2tp.php b/src/usr/local/www/vpn_l2tp.php
index 7bc0d68..7284a99 100644
--- a/src/usr/local/www/vpn_l2tp.php
+++ b/src/usr/local/www/vpn_l2tp.php
@@ -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']
));
OpenPOWER on IntegriCloud