2
0
forked from Wavyzz/dolibarr

Fix MAIN_OPTIMIZEFORTEXTBROWSER

This commit is contained in:
Laurent Destailleur
2020-09-16 13:15:57 +02:00
parent 40acd8a386
commit 09558d0ce9
3 changed files with 7 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ function user_prepare_head($object)
$head = array();
$head[$h][0] = DOL_URL_ROOT.'/user/card.php?id='.$object->id;
$head[$h][1] = $langs->trans("UserCard");
$head[$h][1] = $langs->trans("User");
$head[$h][2] = 'user';
$h++;