Update wording for description of upper bound of New_file_size_check

The wording was unclear and ambiguous for Upper Bound. Updated to clarify while mirroring style of Lower Bound
This commit is contained in:
Abe Kline 2023-09-15 17:12:43 -05:00 committed by GitHub
parent 610f091a5e
commit da7e8e36e8
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',