Fix line length error

make-only-subtitle-default
HaveAGitGat 4 years ago
parent bba9e12400
commit 7a337456c6

@ -16,7 +16,8 @@ const details = () => ({
type: 'text',
},
tooltip:
'Enter the upper bound size in MB for files which should be processed. Files above this size won\'t 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 +27,8 @@ const details = () => ({
type: 'text',
},
tooltip:
'Enter the lower bound size in MB for files which should be processed. Files below this size won\'t be processed.',
'Enter the lower bound size in MB for files which should be processed.'
+ ' Files below this size won\'t be processed.',
},
],
});

Loading…
Cancel
Save