summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_mac_edit.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-14 14:31:44 -0600
committerk-paulius <k.dash.paulius@gmail.com>2016-02-14 14:31:44 -0600
commit996272ae23c23332dcb11e82f6035ced107e360c (patch)
treeb7d55db8036d5124419fa74f4bdd15d1e1546668 /src/usr/local/www/services_captiveportal_mac_edit.php
parent02fb3a41120f72a85243433d31728ac2733b6364 (diff)
downloadpfsense-996272ae23c23332dcb11e82f6035ced107e360c.zip
pfsense-996272ae23c23332dcb11e82f6035ced107e360c.tar.gz
Remove Zone: prefix before the zone name to make breadcrumb a bit shorter + it is obvious what it is
Diffstat (limited to 'src/usr/local/www/services_captiveportal_mac_edit.php')
-rw-r--r--src/usr/local/www/services_captiveportal_mac_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_captiveportal_mac_edit.php b/src/usr/local/www/services_captiveportal_mac_edit.php
index f226d73..a71b5aa 100644
--- a/src/usr/local/www/services_captiveportal_mac_edit.php
+++ b/src/usr/local/www/services_captiveportal_mac_edit.php
@@ -98,7 +98,7 @@ if (!is_array($config['captiveportal'])) {
}
$a_cp =& $config['captiveportal'];
-$pgtitle = array(gettext("Services"), gettext("Captive Portal"), sprintf(gettext("Zone: %s"), $a_cp[$cpzone]['zone']), gettext("MACs"), gettext("Edit"));
+$pgtitle = array(gettext("Services"), gettext("Captive Portal"), $a_cp[$cpzone]['zone'], gettext("MACs"), gettext("Edit"));
$shortcut_section = "captiveportal";
if (is_numericint($_GET['id'])) {
OpenPOWER on IntegriCloud