Skip to content

Commit

Permalink
UnrecognizedFiles - fix punctuation & capitalization (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariane-B authored Dec 6, 2024
1 parent 3a0e34c commit 7b25489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dashboard/panels/UnrecognizedFiles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function UnrecognizedFiles() {
{files.map(file => <FileItem file={file} key={file.ID} />)}
{fileCount === 0 && (
<div className="flex grow items-center justify-center pb-14 font-semibold" key="no-files">
No Unrecognized Files, Good Job!
No unrecognized files. Good job!
</div>
)}
</ShokoPanel>
Expand Down

0 comments on commit 7b25489

Please sign in to comment.