mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-08-26 06:09:23 +00:00
Update frontend/src/components/tools/shared/FileStatusIndicator.tsx
Co-authored-by: James Brunton <jbrunton96@gmail.com>
This commit is contained in:
parent
c20903a764
commit
8cd2c10d90
@ -39,7 +39,7 @@ const FileStatusIndicator = ({
|
||||
if (selectedFiles.length === 0) {
|
||||
return (
|
||||
<Text size="sm" c="dimmed">
|
||||
{t("files.selectFromWorkbench", "Select files from the workbench or ")}{" "}
|
||||
{t("files.selectFromWorkbench", "Select files from the workbench or ") + " "}
|
||||
<Anchor
|
||||
size="sm"
|
||||
onClick={openFilesModal}
|
||||
|
Loading…
x
Reference in New Issue
Block a user