summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_authservers.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_authservers.php
parentcc293ac0f602ab60ede5be5a6d931362789e4c3c (diff)
downloadpfsense-2d1f33d94ae8918677d59a664029a1b6e673542c.zip
pfsense-2d1f33d94ae8918677d59a664029a1b6e673542c.tar.gz
Synchronize page title with tab title
Diffstat (limited to 'src/usr/local/www/system_authservers.php')
-rw-r--r--src/usr/local/www/system_authservers.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_authservers.php b/src/usr/local/www/system_authservers.php
index 8f22868..33a3137 100644
--- a/src/usr/local/www/system_authservers.php
+++ b/src/usr/local/www/system_authservers.php
@@ -391,7 +391,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"), false, "system_usermanager_settings.php");
-$tab_array[] = array(gettext("Servers"), true, "system_authservers.php");
+$tab_array[] = array(gettext("Authentication Servers"), true, "system_authservers.php");
display_top_tabs($tab_array);
if (!($act == "new" || $act == "edit" || $input_errors)) {
OpenPOWER on IntegriCloud