mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: use correct label
This commit is contained in:
parent
df86a7716b
commit
10f23bd997
3 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ export const textField = recipe({
|
||||||
base: {
|
base: {
|
||||||
display: "inline-flex",
|
display: "inline-flex",
|
||||||
transition: "all ease 0.2s",
|
transition: "all ease 0.2s",
|
||||||
width: "100%",
|
flex: 1,
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
borderRadius: "8px",
|
borderRadius: "8px",
|
||||||
border: `solid 1px ${vars.color.border}`,
|
border: `solid 1px ${vars.color.border}`,
|
||||||
|
|
|
@ -114,7 +114,7 @@ export function SettingsRealDebrid() {
|
||||||
}}
|
}}
|
||||||
disabled={isButtonDisabled}
|
disabled={isButtonDisabled}
|
||||||
>
|
>
|
||||||
{t("save")}
|
{t("save_changes")}
|
||||||
</Button>
|
</Button>
|
||||||
}
|
}
|
||||||
hint={
|
hint={
|
||||||
|
|
|
@ -104,7 +104,7 @@ export function SettingsTorbox() {
|
||||||
}}
|
}}
|
||||||
disabled={isButtonDisabled}
|
disabled={isButtonDisabled}
|
||||||
>
|
>
|
||||||
{t("save")}
|
{t("save_changes")}
|
||||||
</Button>
|
</Button>
|
||||||
}
|
}
|
||||||
hint={
|
hint={
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue