Skip to content

Commit

Permalink
content: improve error message
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Jp <[email protected]>
  • Loading branch information
XavierJp committed Jul 18, 2024
1 parent b6c4ae0 commit ca46714
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions components/espace-agent-components/conformite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,20 @@ const APINotRespongingElement: React.FC<{
La récupération du document auprès des services {administration} a
pris trop de temps.
</Icon>
<br />
<a href="">Cliquez-ici pour recharger la page</a> ou ré-essayez
plus-tard.
</>
)) || (
<Icon slug="errorFill" color="#df0a00">
La récupération du document auprès des services {administration} a
échoué.
</Icon>
<>
<Icon slug="errorFill" color="#df0a00">
La récupération du document auprès des services {administration} a
échoué.
</Icon>
<br />
Ré-essayez plus tard ou rapprochez-vous de l’entreprise pour lui demander la pièce directement.
</>
)}
<>
<br />
<a href="">Cliquez-ici pour recharger la page</a> ou ré-essayez
plus-tard.
</>
</i>
);
};
Expand Down

0 comments on commit ca46714

Please sign in to comment.