diff --git a/web/i18n/en/settings.json b/web/i18n/en/settings.json index f47ab405..f4b28b34 100644 --- a/web/i18n/en/settings.json +++ b/web/i18n/en/settings.json @@ -113,9 +113,9 @@ "advanced.data": "data management", - "advanced.duck": "duck", - "advanced.duck.title": "enable new on-device features", - "advanced.duck.description": "very wip, WILL cause critical issues or not work at all. this toggle will be gone by release.", + "advanced.local-processing": "local processing", + "advanced.local-processing.title": "mux and convert media on device", + "advanced.local-processing.description": "when downloading media, cobalt will use on-device processing to mux or convert it. exclusive local features such as remux or convert are not affected, they always run locally.", "processing.community": "community instances", "processing.enable_custom.title": "use a custom processing server", diff --git a/web/src/components/sidebar/Sidebar.svelte b/web/src/components/sidebar/Sidebar.svelte index 5935d7a4..05738c9f 100644 --- a/web/src/components/sidebar/Sidebar.svelte +++ b/web/src/components/sidebar/Sidebar.svelte @@ -35,10 +35,10 @@