From 8abec93aad742c3df2346b35534cfa4becf5f14f Mon Sep 17 00:00:00 2001 From: Someone <10882916+InterN0te@users.noreply.github.com> Date: Mon, 6 Nov 2023 01:51:55 +0100 Subject: [PATCH] Update torrents-status.json Fix label and description --- public/locales/en/modules/torrents-status.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/en/modules/torrents-status.json b/public/locales/en/modules/torrents-status.json index cdca86767..d78e4e016 100644 --- a/public/locales/en/modules/torrents-status.json +++ b/public/locales/en/modules/torrents-status.json @@ -21,8 +21,8 @@ "description": "When 'is whitelist' checked, this will act as a whitelist. If not checked, this is a blacklist. Will not do anything when empty" }, "displayRatioWithFilter": { - "label": "View filtered torrent list ratio", - "description": "When 'is whitelist' checked, this will act as a whitelist. If not checked, this is a blacklist. Will not do anything when empty" + "label": "Display filtered torrents list ratio", + "description": "If disable, only global ratio will be display. Global ratio still use labels if set" } } },