web/settings: rename "downloading" to "metadata"
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Waiting to run
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
Run service tests / test service functionality (push) Has been cancelled
Run service tests / test service: ${{ matrix.service }} (push) Has been cancelled

am i future proofing for more stuff there? maybe
This commit is contained in:
wukko 2025-04-20 21:03:02 +06:00
parent b9c1f2de72
commit 016aa1b708
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"page.privacy": "privacy",
"page.video": "video",
"page.audio": "audio",
"page.download": "downloading",
"page.metadata": "metadata",
"page.advanced": "advanced",
"page.debug": "info for nerds",
"page.instances": "instances",

View File

@ -64,8 +64,8 @@
iconColor="orange"
/>
<PageNavTab
path="/settings/download"
title={$t("settings.page.download")}
path="/settings/metadata"
title={$t("settings.page.metadata")}
icon={IconFileDownload}
iconColor="green"
/>