diff options
author | jim-p <jimp@pfsense.org> | 2012-01-11 14:58:34 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2012-01-11 14:58:34 -0500 |
commit | d495dc51d65189b63f7f3264816eb4fc565ad610 (patch) | |
tree | adae89aaffab45e3a0b81a966d9abe57595f5f34 /usr/local/www | |
parent | b70151ae3baa0d58866c98ed339b49e8ed9995f6 (diff) | |
download | pfsense-d495dc51d65189b63f7f3264816eb4fc565ad610.zip pfsense-d495dc51d65189b63f7f3264816eb4fc565ad610.tar.gz |
Fix tab name to be consistent.
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/status_gateway_groups.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_gateway_groups.php b/usr/local/www/status_gateway_groups.php index 6789919..c350946 100755 --- a/usr/local/www/status_gateway_groups.php +++ b/usr/local/www/status_gateway_groups.php @@ -62,7 +62,7 @@ include("head.inc"); <?php $tab_array = array(); $tab_array[0] = array(gettext("Gateways"), false, "status_gateways.php"); - $tab_array[1] = array(gettext("Groups"), true, "status_gateway_groups.php"); + $tab_array[1] = array(gettext("Gateway Groups"), true, "status_gateway_groups.php"); display_top_tabs($tab_array); ?> </td></tr> |