Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jokester committed Mar 17, 2024
1 parent b3d3a6c commit 3ab2193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MitPreprocess/TranslateCompanion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const DemoOcrFiles: FC<{}> = (props) => {
type="button"
icon="plus"
>
1. Select up to ${MAX_FILE_COUNT} image files {error}
1. Select up to {MAX_FILE_COUNT} image files {error}
</Button>
<Button
disabled={working || !origFiles.length}
Expand Down

0 comments on commit 3ab2193

Please sign in to comment.