From d15285d3858358a60fd34f0a425b7caf5f63571f Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Wed, 9 Jul 2025 10:54:47 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F(frontend)=20remove=20key=20f?= =?UTF-8?q?rom=20Trans=20component?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We remove the key from the Trans componant to make it easier to translate. --- .../doc-management/components/ModalRemoveDoc.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/frontend/apps/impress/src/features/docs/doc-management/components/ModalRemoveDoc.tsx b/src/frontend/apps/impress/src/features/docs/doc-management/components/ModalRemoveDoc.tsx index fd7b038a..a85b5f67 100644 --- a/src/frontend/apps/impress/src/features/docs/doc-management/components/ModalRemoveDoc.tsx +++ b/src/frontend/apps/impress/src/features/docs/doc-management/components/ModalRemoveDoc.tsx @@ -98,14 +98,12 @@ export const ModalRemoveDoc = ({ className="--docs--modal-remove-doc" > {!isError && ( - <> - - - This document and any sub-documents will be - permanently deleted. This action is irreversible. - - - + + + This document and any sub-documents will be + permanently deleted. This action is irreversible. + + )} {isError && }