From 996272ae23c23332dcb11e82f6035ced107e360c Mon Sep 17 00:00:00 2001 From: k-paulius Date: Sun, 14 Feb 2016 14:31:44 -0600 Subject: Remove Zone: prefix before the zone name to make breadcrumb a bit shorter + it is obvious what it is --- src/usr/local/www/services_captiveportal_mac.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/services_captiveportal_mac.php') diff --git a/src/usr/local/www/services_captiveportal_mac.php b/src/usr/local/www/services_captiveportal_mac.php index 1d72925..88dd44f 100644 --- a/src/usr/local/www/services_captiveportal_mac.php +++ b/src/usr/local/www/services_captiveportal_mac.php @@ -88,7 +88,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")); +$pgtitle = array(gettext("Services"), gettext("Captive Portal"), $a_cp[$cpzone]['zone'], gettext("MACs")); $shortcut_section = "captiveportal"; $actsmbl = array('pass' => ' ' . gettext("Pass"), -- cgit v1.1