Merge pull request #17330 from dolibit-ut/patch-286

Update mo_card.php
This commit is contained in:
Laurent Destailleur 2021-04-19 20:19:39 +02:00 committed by GitHub
commit 9bf5614922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,7 +194,7 @@ $form = new Form($db);
$formfile = new FormFile($db);
$formproject = new FormProjets($db);
$title = $langs->trans('Mo');
$title = $langs->trans('Mo')." - ".$langs->trans("Card");
llxHeader('', $title, '');