diff --git a/web/i18n/en/settings.json b/web/i18n/en/settings.json index 5fc668cc..b401485a 100644 --- a/web/i18n/en/settings.json +++ b/web/i18n/en/settings.json @@ -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.", diff --git a/web/src/routes/settings/local/+page.svelte b/web/src/routes/settings/local/+page.svelte index 670f022a..00aecd8b 100644 --- a/web/src/routes/settings/local/+page.svelte +++ b/web/src/routes/settings/local/+page.svelte @@ -5,7 +5,7 @@ import SettingsCategory from "$components/settings/SettingsCategory.svelte"; - +