✨ New wording for anchoring of folders
This commit is contained in:
parent
caedb37c62
commit
4b49d91fcf
@ -168,7 +168,7 @@ class FolderInformationClass extends BasePage<IPropsClass, IState> {
|
|||||||
header={
|
header={
|
||||||
this.state.hasValidateAnchoring
|
this.state.hasValidateAnchoring
|
||||||
? "Dossier en cours de certification"
|
? "Dossier en cours de certification"
|
||||||
: "Êtes-vous sûr de vouloir ancrer et certifier ?"
|
: "Êtes-vous sûr de vouloir ancrer et certifier ce dossier ?"
|
||||||
}
|
}
|
||||||
cancelText={"Annuler"}
|
cancelText={"Annuler"}
|
||||||
confirmText={"Confirmer"}
|
confirmText={"Confirmer"}
|
||||||
@ -176,8 +176,9 @@ class FolderInformationClass extends BasePage<IPropsClass, IState> {
|
|||||||
<div className={classes["validate-document-container"]}>
|
<div className={classes["validate-document-container"]}>
|
||||||
{!this.state.hasValidateAnchoring && (
|
{!this.state.hasValidateAnchoring && (
|
||||||
<Typography typo={ITypo.P_16} color={ITypoColor.BLACK} className={classes["validate-text"]}>
|
<Typography typo={ITypo.P_16} color={ITypoColor.BLACK} className={classes["validate-text"]}>
|
||||||
Afin de certifier les documents associés au dossier, cliquez sur “Ancrez et certifier” et les documents
|
Les documents du dossier seront certifiés sur la blockchain. Pensez à bien télécharger l'ensemble des
|
||||||
seront certifiés sur la blockchain.
|
documents du dossier ainsi que le fichier de preuve d'ancrage pour les mettre dans la GED de votre logiciel
|
||||||
|
de rédaction d'actes.
|
||||||
</Typography>
|
</Typography>
|
||||||
)}
|
)}
|
||||||
{this.state.hasValidateAnchoring && (
|
{this.state.hasValidateAnchoring && (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user