Wording client-dashboard download rib button

This commit is contained in:
Vins 2024-02-27 10:10:28 +01:00
parent c2910432e3
commit 9bf432cfe6

View File

@ -122,7 +122,7 @@ export default function ClientDashboard(props: IProps) {
</div>
{folder?.office?.rib_name && (
//Div to avoid the button to be on the same line as the text
<Button onClick={downloadFile}>Télécharger le RIB</Button>
<Button onClick={downloadFile}>Télécharger le RIB de votre notaire</Button>
)}
</div>
);