From 1630514611181a7fff2388adaa986fdb70780771 Mon Sep 17 00:00:00 2001 From: wukko Date: Tue, 6 May 2025 16:49:46 +0600 Subject: [PATCH] web/i18n/settings: update local processing toggle text --- 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 849bf3da..b50a05b0 100644 --- a/web/i18n/en/settings.json +++ b/web/i18n/en/settings.json @@ -139,8 +139,8 @@ "advanced.local_storage": "local storage", "local.saving": "media processing", - "local.saving.title": "mux and convert media on device", - "local.saving.description": "when downloading media, cobalt will do needed processing on-device instead of using cloud compute. files will download faster and more reliably.\n\nexclusive local features are not affected by this toggle, they always run locally.", + "local.saving.title": "download & process media locally", + "local.saving.description": "when downloading media, remuxing and transcoding will be done on-device instead of the cloud. you'll see detailed progress in the processing queue. processing instances may enforce this feature to save resources.\n\nexclusive on-device features are not affected by this toggle, they always run locally.", "local.webcodecs": "webcodecs", "local.webcodecs.title": "use webcodecs for on-device processing",