mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-09 03:37:45 +03:00
feat: use correct label
This commit is contained in:
parent
df86a7716b
commit
10f23bd997
@ -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…
Reference in New Issue
Block a user