Update mo_card.php

$title = $langs->trans('Mo')." - ".$langs->trans("Card");
This commit is contained in:
UT from dolibit 2021-04-19 17:40:23 +02:00 committed by GitHub
parent 4d916f3c9f
commit 333fb2d881
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, '');