From 272b7a64b81cef8184dca4cc3e8afebca987b589 Mon Sep 17 00:00:00 2001 From: wukko Date: Mon, 9 Sep 2024 13:14:26 +0600 Subject: [PATCH] web/i18n/remux: make description clearer --- web/i18n/en/remux.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/i18n/en/remux.json b/web/i18n/en/remux.json index 2916284c..b7a7f34a 100644 --- a/web/i18n/en/remux.json +++ b/web/i18n/en/remux.json @@ -1,3 +1,3 @@ { - "description": "remuxing is fast, lossless, and often fixes compatibility issues with old software. files are processed on-device and never get uploaded anywhere." + "description": "remuxing often fixes compatibility issues with old software. it's fast, lossless, and everything is processed on-device." }