From cb852fded18f53806c23ec6f215385072b2a867b Mon Sep 17 00:00:00 2001 From: TheCatLady <52870424+TheCatLady@users.noreply.github.com> Date: Thu, 18 Mar 2021 11:06:54 -0400 Subject: [PATCH] fix(lang): remove 'requires and' (#1215) --- src/i18n/locale/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locale/en.json b/src/i18n/locale/en.json index cfaa09929f..e412e87cb8 100644 --- a/src/i18n/locale/en.json +++ b/src/i18n/locale/en.json @@ -537,7 +537,7 @@ "components.Settings.applicationTitle": "Application Title", "components.Settings.applicationurl": "Application URL", "components.Settings.cacheImages": "Enable Image Caching", - "components.Settings.cacheImagesTip": "Optimize and store all images locally (requires and consumes a significant amount of disk space)", + "components.Settings.cacheImagesTip": "Optimize and store all images locally (consumes a significant amount of disk space)", "components.Settings.cancelscan": "Cancel Scan", "components.Settings.copied": "Copied API key to clipboard.", "components.Settings.csrfProtection": "Enable CSRF Protection",