Title of tabs must be name of entity.
This commit is contained in:
parent
c917cad328
commit
0ce46f52bf
@ -113,9 +113,7 @@ llxHeader();
|
||||
*/
|
||||
$head = user_prepare_head($fuser);
|
||||
|
||||
$title = $fuser->admin ? $langs->trans("Administrator") : $langs->trans("User");
|
||||
$title = !$fuser->entity ? $langs->trans("SuperAdministrator") : $title;
|
||||
|
||||
$title = $langs->trans("User");
|
||||
dol_fiche_head($head, 'guisetup', $title);
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user