mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: i18n for the real debrid api token
This commit is contained in:
parent
fb968310e0
commit
90a40d379a
7 changed files with 13 additions and 7 deletions
|
@ -111,7 +111,7 @@ export function Settings() {
|
|||
/>
|
||||
|
||||
<TextField
|
||||
label={t("real_debrid_api_token")}
|
||||
label={t("real_debrid_api_token_description")}
|
||||
value={form.realDebridApiToken ?? ""}
|
||||
onChange={(event) => {
|
||||
updateUserPreferences("realDebridApiToken", event.target.value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue