Merge branch 'dev' into staging

This commit is contained in:
Max S 2024-09-23 15:03:33 +02:00
commit cc992401b3
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ export default function DepositDocumentComponent(props: IProps) {
</div>
<DragAndDrop
title={"Drag and drop ou"}
title={"Glisser-déposer ou"}
description={document.document_type?.public_description ?? undefined}
defaultFiles={defaultFiles}
onAddFile={addFile}

View File

@ -95,7 +95,7 @@ export default function EmailReminder(props: IProps) {
</Link>
<div className={classes["info"]}>
<Typography typo={ETypo.TEXT_XS_REGULAR} color={ETypoColor.TEXT_SECONDARY}>
Dernière relance: {reminders && remindersLength > 0 ? formatDateWithHours(reminders[0]!.reminder_date) : "-"}
Dernière relance manuelle: {reminders && remindersLength > 0 ? formatDateWithHours(reminders[0]!.reminder_date) : "-"}
</Typography>
<Typography typo={ETypo.TEXT_XS_REGULAR} color={ETypoColor.TEXT_SECONDARY}>
Nombre de relance: {remindersLength}