summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_mac_edit.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-09-09 09:15:41 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-09-12 08:44:50 -0300
commited8899b59bab73a178c5414961cf595867b4cec6 (patch)
tree5fd2f7b42a907630f23fd4c757103754db1ad659 /usr/local/www/services_captiveportal_mac_edit.php
parent6ffb064f4d588cf6f3bab4b34aacbebc2e2c9bac (diff)
downloadpfsense-ed8899b59bab73a178c5414961cf595867b4cec6.zip
pfsense-ed8899b59bab73a178c5414961cf595867b4cec6.tar.gz
Change 'Pass-through MAC' tab name to reflect current reality
Diffstat (limited to 'usr/local/www/services_captiveportal_mac_edit.php')
-rwxr-xr-xusr/local/www/services_captiveportal_mac_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_captiveportal_mac_edit.php b/usr/local/www/services_captiveportal_mac_edit.php
index f5d701f..b4c1ec8 100755
--- a/usr/local/www/services_captiveportal_mac_edit.php
+++ b/usr/local/www/services_captiveportal_mac_edit.php
@@ -54,7 +54,7 @@ require_once("filter.inc");
require("shaper.inc");
require("captiveportal.inc");
-$pgtitle = array(gettext("Services"),gettext("Captive portal"),gettext("Edit pass-through MAC address"));
+$pgtitle = array(gettext("Services"),gettext("Captive portal"),gettext("Edit MAC address rules"));
$shortcut_section = "captiveportal";
$cpzone = $_GET['zone'];
@@ -162,7 +162,7 @@ include("head.inc");
<form action="services_captiveportal_mac_edit.php" method="post" name="iform" id="iform">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
- <td colspan="2" valign="top" class="listtopic"><?=gettext("Edit Pass-through MAC address");?></td>
+ <td colspan="2" valign="top" class="listtopic"><?=gettext("Edit MAC address rules");?></td>
</tr>
<tr>
<td width="22%" valign="top" class="vncellreq"><?=gettext("Action"); ?></td>
OpenPOWER on IntegriCloud