mirror of
https://github.com/wukko/cobalt.git
synced 2025-04-30 06:24:25 +02:00
web/settings/local: update name of the media processing section
This commit is contained in:
parent
910e889f60
commit
424a16729e
@ -126,7 +126,7 @@
|
||||
"advanced.settings_data": "settings data",
|
||||
"advanced.local_storage": "local storage",
|
||||
|
||||
"local.saving": "saving",
|
||||
"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.",
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
import SettingsCategory from "$components/settings/SettingsCategory.svelte";
|
||||
</script>
|
||||
|
||||
<SettingsCategory sectionId="mux-convert" title={$t("settings.local.saving")} beta>
|
||||
<SettingsCategory sectionId="media-processing" title={$t("settings.local.saving")} beta>
|
||||
<SettingsToggle
|
||||
settingContext="save"
|
||||
settingId="localProcessing"
|
||||
|
Loading…
x
Reference in New Issue
Block a user