mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-15 10:15:54 -07:00
Update wording
This commit is contained in:
parent
e3f1842b74
commit
bba9e12400
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ const details = () => ({
|
||||||
type: 'text',
|
type: 'text',
|
||||||
},
|
},
|
||||||
tooltip:
|
tooltip:
|
||||||
'Enter the upper bound size in MB for files which should be processed.',
|
'Enter the upper bound size in MB for files which should be processed. Files above this size won\'t be processed.',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'lowerBound',
|
name: 'lowerBound',
|
||||||
|
|
@ -26,7 +26,7 @@ const details = () => ({
|
||||||
type: 'text',
|
type: 'text',
|
||||||
},
|
},
|
||||||
tooltip:
|
tooltip:
|
||||||
'Enter the lower bound size in MB for files which should be processed.',
|
'Enter the lower bound size in MB for files which should be processed. Files below this size won\'t be processed.',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue