mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-08-26 14:19:24 +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) {
|
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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user