From f498ea65b064dbb993eda8880adaffdfd1dc8273 Mon Sep 17 00:00:00 2001
From: wukko <me@wukko.me>
Date: Wed, 10 Jul 2024 20:21:41 +0600
Subject: [PATCH] web/i18n/settings: improve reduce motion description

---
 web/i18n/en/settings.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/web/i18n/en/settings.json b/web/i18n/en/settings.json
index f3caae93..df13ed84 100644
--- a/web/i18n/en/settings.json
+++ b/web/i18n/en/settings.json
@@ -73,8 +73,8 @@
     "accessibility": "accessibility",
     "accessibility.transparency.title": "reduce visual transparency",
     "accessibility.transparency.description": "reduces transparency of surfaces and disables blur effects.",
-    "accessibility.animations.title": "reduce animations",
-    "accessibility.animations.description": "replaces rapid animations with smooth transitions when possible.",
+    "accessibility.animations.title": "reduce motion",
+    "accessibility.animations.description": "replaces animations with instant transitions when possible.",
 
     "language": "language",
     "language.auto.title": "use default browser language",