From 8a5404ea8cc8f9097f7e42e88df7d1f2503059d8 Mon Sep 17 00:00:00 2001 From: Omar Oughriss Date: Mon, 28 Jul 2025 14:19:29 +0200 Subject: [PATCH] Test --- .../Components/LayoutTemplates/DefaultNotaryDashboard/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/front/Components/LayoutTemplates/DefaultNotaryDashboard/index.tsx b/src/front/Components/LayoutTemplates/DefaultNotaryDashboard/index.tsx index 41cb2584..fd4a541e 100644 --- a/src/front/Components/LayoutTemplates/DefaultNotaryDashboard/index.tsx +++ b/src/front/Components/LayoutTemplates/DefaultNotaryDashboard/index.tsx @@ -130,7 +130,7 @@ export default function DefaultNotaryDashboard(props: IProps) { blocks={blocks} bottomButton={{ link: Module.getInstance().get().modules.pages.Folder.pages.CreateFolder.props.path, - text: "Créer un dossier", + text: "Créer un folder", }} /> );