Skip to content
Snippets Groups Projects
Commit 0ce46f52 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Title of tabs must be name of entity.

parent c917cad3
No related branches found
No related tags found
No related merge requests found
...@@ -113,9 +113,7 @@ llxHeader(); ...@@ -113,9 +113,7 @@ llxHeader();
*/ */
$head = user_prepare_head($fuser); $head = user_prepare_head($fuser);
$title = $fuser->admin ? $langs->trans("Administrator") : $langs->trans("User"); $title = $langs->trans("User");
$title = !$fuser->entity ? $langs->trans("SuperAdministrator") : $title;
dol_fiche_head($head, 'guisetup', $title); dol_fiche_head($head, 'guisetup', $title);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment