fix translation

This commit is contained in:
Philippe GRAND 2019-11-04 15:08:43 +01:00
parent e67a1a8118
commit 2909f8141e

View File

@ -441,13 +441,14 @@ if ($id > 0)
print $form->formconfirm($_SERVER["PHP_SELF"].'?id='.$object->id, $langs->trans('ToClone'), $langs->trans('ConfirmCloneTax', $object->ref), 'confirm_clone', $formquestion, 'yes', 1);
}
// Confirmation de la suppression de la charge
if ($action == 'paid')
{
$text=$langs->trans('ConfirmPaySocialContribution');
print $form->formconfirm($_SERVER["PHP_SELF"]."?id=".$object->id, $langs->trans('PaySocialContribution'), $text, "confirm_paid", '', '', 2);
}
// Confirmation of the removal of the Social Contribution
if ($action == 'delete')
{
$text=$langs->trans('ConfirmDeleteSocialContribution');