From edb340dc6693e787f8f623838d8060830f20a517 Mon Sep 17 00:00:00 2001 From: wukko Date: Wed, 30 Oct 2024 18:01:43 +0600 Subject: [PATCH] web/i18n/settings: update `reduce transparency` description added that enabling it may also improve ui performance on low end devices --- web/i18n/en/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/i18n/en/settings.json b/web/i18n/en/settings.json index 0d10b588..dd013143 100644 --- a/web/i18n/en/settings.json +++ b/web/i18n/en/settings.json @@ -88,7 +88,7 @@ "accessibility": "accessibility", "accessibility.transparency.title": "reduce visual transparency", - "accessibility.transparency.description": "reduces transparency of surfaces and disables blur effects.", + "accessibility.transparency.description": "reduces transparency of surfaces and disables blur effects. may also improve ui performance on low-end devices.", "accessibility.motion.title": "reduce motion", "accessibility.motion.description": "disables animations and transitions whenever possible.",