mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-26 21:18:50 +01:00
web/settings/local: update name of the media processing section
This commit is contained in:
parent
910e889f60
commit
424a16729e
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue