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/status_captiveportal_expire.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/status_captiveportal_expire.php') diff --git a/src/usr/local/www/status_captiveportal_expire.php b/src/usr/local/www/status_captiveportal_expire.php index 9853287..88f865f 100644 --- a/src/usr/local/www/status_captiveportal_expire.php +++ b/src/usr/local/www/status_captiveportal_expire.php @@ -83,7 +83,7 @@ if (!is_array($config['captiveportal'])) { } $a_cp =& $config['captiveportal']; -$pgtitle = array(gettext("Status"), gettext("Captive Portal"), sprintf(gettext("Zone: %s"), $a_cp[$cpzone]['zone']), gettext("Expire Vouchers")); +$pgtitle = array(gettext("Status"), gettext("Captive Portal"), $a_cp[$cpzone]['zone'], gettext("Expire Vouchers")); include("head.inc"); -- cgit v1.1