Update frontend/src/components/tools/shared/FileStatusIndicator.tsx

Co-authored-by: James Brunton <jbrunton96@gmail.com>
This commit is contained in:
ConnorYoh 2025-08-22 16:52:55 +01:00 committed by GitHub
parent c20903a764
commit 8cd2c10d90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ const FileStatusIndicator = ({
if (selectedFiles.length === 0) { if (selectedFiles.length === 0) {
return ( return (
<Text size="sm" c="dimmed"> <Text size="sm" c="dimmed">
{t("files.selectFromWorkbench", "Select files from the workbench or ")}{" "} {t("files.selectFromWorkbench", "Select files from the workbench or ") + " "}
<Anchor <Anchor
size="sm" size="sm"
onClick={openFilesModal} onClick={openFilesModal}