wording
This commit is contained in:
parent
a99ad0dc94
commit
96ab9ac08a
@ -62,7 +62,7 @@ export default function DepositDocumentComponent(props: IProps) {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<DragAndDrop
|
<DragAndDrop
|
||||||
title={"Drag and drop ou"}
|
title={"Glisser-déposer ou"}
|
||||||
description={document.document_type?.public_description ?? undefined}
|
description={document.document_type?.public_description ?? undefined}
|
||||||
defaultFiles={defaultFiles}
|
defaultFiles={defaultFiles}
|
||||||
onAddFile={addFile}
|
onAddFile={addFile}
|
||||||
|
@ -95,7 +95,7 @@ export default function EmailReminder(props: IProps) {
|
|||||||
</Link>
|
</Link>
|
||||||
<div className={classes["info"]}>
|
<div className={classes["info"]}>
|
||||||
<Typography typo={ETypo.TEXT_XS_REGULAR} color={ETypoColor.TEXT_SECONDARY}>
|
<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>
|
||||||
<Typography typo={ETypo.TEXT_XS_REGULAR} color={ETypoColor.TEXT_SECONDARY}>
|
<Typography typo={ETypo.TEXT_XS_REGULAR} color={ETypoColor.TEXT_SECONDARY}>
|
||||||
Nombre de relance: {remindersLength}
|
Nombre de relance: {remindersLength}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user