From bba9e1240081d80dd64c8b1177d1e08efbbe0167 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Fri, 8 Apr 2022 08:10:48 +0100 Subject: [PATCH] Update wording --- Community/Tdarr_Plugin_00td_filter_by_size.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Community/Tdarr_Plugin_00td_filter_by_size.js b/Community/Tdarr_Plugin_00td_filter_by_size.js index e75c081..468344e 100644 --- a/Community/Tdarr_Plugin_00td_filter_by_size.js +++ b/Community/Tdarr_Plugin_00td_filter_by_size.js @@ -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.', }, ], });