Merge pull request #469 from AbeKline/patch-1

Update wording for description of upper bound of New_file_size_check
This commit is contained in:
HaveAGitGat 2023-09-25 07:53:03 +01:00 committed by GitHub
commit 99ad5b3fd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ const details = () => ({
},
tooltip:
`Enter the upper bound % size for the new file. For example, if '110' is entered,
then if the new file size is 11% larger than the original, an error will be given.`,
then if the new file size is greater than 110% the size of the original, an error will be given.`,
},
{
name: 'lowerBound',