mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
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:
parent
610f091a5e
commit
da7e8e36e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue