summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_usermanager_settings.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-11 22:03:58 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-12 08:22:14 -0500
commit2d1f33d94ae8918677d59a664029a1b6e673542c (patch)
tree2d0b5cfca7f89c0bb0deb40638ae84dd7a20d4ae /src/usr/local/www/system_usermanager_settings.php
parentcc293ac0f602ab60ede5be5a6d931362789e4c3c (diff)
downloadpfsense-2d1f33d94ae8918677d59a664029a1b6e673542c.zip
pfsense-2d1f33d94ae8918677d59a664029a1b6e673542c.tar.gz
Synchronize page title with tab title
Diffstat (limited to 'src/usr/local/www/system_usermanager_settings.php')
-rw-r--r--src/usr/local/www/system_usermanager_settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_usermanager_settings.php b/src/usr/local/www/system_usermanager_settings.php
index 0d532d8..27c5855 100644
--- a/src/usr/local/www/system_usermanager_settings.php
+++ b/src/usr/local/www/system_usermanager_settings.php
@@ -143,7 +143,7 @@ $tab_array = array();
$tab_array[] = array(gettext("Users"), false, "system_usermanager.php");
$tab_array[] = array(gettext("Groups"), false, "system_groupmanager.php");
$tab_array[] = array(gettext("Settings"), true, "system_usermanager_settings.php");
-$tab_array[] = array(gettext("Servers"), false, "system_authservers.php");
+$tab_array[] = array(gettext("Authentication Servers"), false, "system_authservers.php");
display_top_tabs($tab_array);
/* Default to pfsense backend type if none is defined */
OpenPOWER on IntegriCloud