From 2d1f33d94ae8918677d59a664029a1b6e673542c Mon Sep 17 00:00:00 2001 From: k-paulius Date: Thu, 11 Feb 2016 22:03:58 -0600 Subject: Synchronize page title with tab title --- src/usr/local/www/system_authservers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/system_authservers.php') 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)) { -- cgit v1.1