summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_1to1_edit.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-11-06 22:03:50 -0600
committerChris Buechler <cmb@pfsense.org>2014-11-06 22:03:50 -0600
commitd3d237548fd6e594be9a06bd35276b6a5e1f5996 (patch)
tree88eaac89c6a0b330ba61d4946ce9a20b1b782afb /usr/local/www/firewall_nat_1to1_edit.php
parent7bd413ebc604d3600c7de355b0ce97724951be50 (diff)
downloadpfsense-d3d237548fd6e594be9a06bd35276b6a5e1f5996.zip
pfsense-d3d237548fd6e594be9a06bd35276b6a5e1f5996.tar.gz
fix text, PPPoE Server, not VPN
Diffstat (limited to 'usr/local/www/firewall_nat_1to1_edit.php')
-rw-r--r--usr/local/www/firewall_nat_1to1_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_1to1_edit.php b/usr/local/www/firewall_nat_1to1_edit.php
index 9283962..29476a1 100644
--- a/usr/local/www/firewall_nat_1to1_edit.php
+++ b/usr/local/www/firewall_nat_1to1_edit.php
@@ -307,7 +307,7 @@ if ($input_errors)
$interfaces['pptp'] = "PPTP VPN";
if (is_pppoe_server_enabled() && have_ruleint_access("pppoe"))
- $interfaces['pppoe'] = "PPPoE VPN";
+ $interfaces['pppoe'] = "PPPoE Server";
/* add ipsec interfaces */
if (isset($config['ipsec']['enable']) || isset($config['ipsec']['client']['enable']))
OpenPOWER on IntegriCloud