web/settings/local: update name of the media processing section

This commit is contained in:
wukko 2025-02-24 18:46:11 +06:00
parent 910e889f60
commit 424a16729e
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2
2 changed files with 2 additions and 2 deletions

View file

@ -126,7 +126,7 @@
"advanced.settings_data": "settings data", "advanced.settings_data": "settings data",
"advanced.local_storage": "local storage", "advanced.local_storage": "local storage",
"local.saving": "saving", "local.saving": "media processing",
"local.saving.title": "mux and convert media on device", "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.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.",

View file

@ -5,7 +5,7 @@
import SettingsCategory from "$components/settings/SettingsCategory.svelte"; import SettingsCategory from "$components/settings/SettingsCategory.svelte";
</script> </script>
<SettingsCategory sectionId="mux-convert" title={$t("settings.local.saving")} beta> <SettingsCategory sectionId="media-processing" title={$t("settings.local.saving")} beta>
<SettingsToggle <SettingsToggle
settingContext="save" settingContext="save"
settingId="localProcessing" settingId="localProcessing"