From 8cd2c10d9002c95387b999af092552882f02bee8 Mon Sep 17 00:00:00 2001 From: ConnorYoh <40631091+ConnorYoh@users.noreply.github.com> Date: Fri, 22 Aug 2025 16:52:55 +0100 Subject: [PATCH] Update frontend/src/components/tools/shared/FileStatusIndicator.tsx Co-authored-by: James Brunton --- frontend/src/components/tools/shared/FileStatusIndicator.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/tools/shared/FileStatusIndicator.tsx b/frontend/src/components/tools/shared/FileStatusIndicator.tsx index 1dfe75ea6..20e7c4d7a 100644 --- a/frontend/src/components/tools/shared/FileStatusIndicator.tsx +++ b/frontend/src/components/tools/shared/FileStatusIndicator.tsx @@ -39,7 +39,7 @@ const FileStatusIndicator = ({ if (selectedFiles.length === 0) { return ( - {t("files.selectFromWorkbench", "Select files from the workbench or ")}{" "} + {t("files.selectFromWorkbench", "Select files from the workbench or ") + " "}