mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-15 04:35:15 +00:00
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
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:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user