FIX Look and feel v12

This commit is contained in:
Laurent Destailleur 2020-09-10 18:02:06 +02:00
parent 8d93b76258
commit 7e7dec9306

View File

@ -38,7 +38,7 @@ function propal_prepare_head($object)
$head = array();
$head[$h][0] = DOL_URL_ROOT.'/comm/propal/card.php?id='.$object->id;
$head[$h][1] = $langs->trans('ProposalCard');
$head[$h][1] = $langs->trans('Proposal');
$head[$h][2] = 'comm';
$h++;