Skip to content

Commit

Permalink
MNT Fix jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Aug 15, 2023
1 parent b06e0d2 commit c051eb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const manyFilesProps = {

const getMessage = (count) => [
`You're about to delete ${count} file(s) which may be used in your site's content.`,
'Carefully check the file usage on the files before deleting the folder.'
'Carefully check the file usage on the files before deleting the file(s).'
].join(' ');

const emptyFolderMessage = 'Are you sure you want to delete this folder?';
Expand Down

0 comments on commit c051eb9

Please sign in to comment.