Update wording

This commit is contained in:
HaveAGitGat 2022-04-08 08:10:48 +01:00
parent e3f1842b74
commit bba9e12400

View file

@ -16,7 +16,7 @@ const details = () => ({
type: 'text',
},
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',
@ -26,7 +26,7 @@ const details = () => ({
type: 'text',
},
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.',
},
],
});