summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_groups_edit.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-11 22:56:54 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-12 08:22:14 -0500
commit26b4bef83904236516dfa87fe6716278370b72ac (patch)
treeda48aeb6ea0c576b46752621c57089ff2cd2e947 /src/usr/local/www/interfaces_groups_edit.php
parent44fa18d6b8f1c6dd63292fb532bc2d369bb60f21 (diff)
downloadpfsense-26b4bef83904236516dfa87fe6716278370b72ac.zip
pfsense-26b4bef83904236516dfa87fe6716278370b72ac.tar.gz
Synchronize page title with tab title. Renamed GRE to GREs, GIF to GIFs and LAGG to LAGGs to match VLANs, QinQs, etc.
Diffstat (limited to 'src/usr/local/www/interfaces_groups_edit.php')
-rw-r--r--src/usr/local/www/interfaces_groups_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/interfaces_groups_edit.php b/src/usr/local/www/interfaces_groups_edit.php
index 3deecdc..5545f84 100644
--- a/src/usr/local/www/interfaces_groups_edit.php
+++ b/src/usr/local/www/interfaces_groups_edit.php
@@ -207,7 +207,7 @@ if ($input_errors) {
<div id="inputerrors"></div>
<?php
$tab_array = array();
-$tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php");
+$tab_array[0] = array(gettext("Interface Assignments"), false, "interfaces_assign.php");
$tab_array[1] = array(gettext("Interface Groups"), true, "interfaces_groups.php");
$tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php");
$tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php");
OpenPOWER on IntegriCloud