diff --git a/src/front/Components/DesignSystem/FolderBoxInformation/index.tsx b/src/front/Components/DesignSystem/FolderBoxInformation/index.tsx
index de2e85d5..65386b9d 100644
--- a/src/front/Components/DesignSystem/FolderBoxInformation/index.tsx
+++ b/src/front/Components/DesignSystem/FolderBoxInformation/index.tsx
@@ -28,7 +28,7 @@ export default function FolderBoxInformation(props: IProps) {
.modules.pages.Folder.pages.EditDescription.props.path.replace("[folderUid]", props.folder.uid);
const editInformationsPath = Module.getInstance()
.get()
- .modules.pages.Folder.pages.EditDescription.props.path.replace("[folderUid]", props.folder.uid);
+ .modules.pages.Folder.pages.EditInformations.props.path.replace("[folderUid]", props.folder.uid);
const path = type === EFolderBoxInformationType.DESCRIPTION ? editDescriptionPath : editInformationsPath;
return (
@@ -70,7 +70,7 @@ export default function FolderBoxInformation(props: IProps) {