mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
ci: fixing translations
This commit is contained in:
parent
1c7911c531
commit
ad5e6c6313
14 changed files with 16 additions and 16 deletions
|
@ -69,7 +69,7 @@ export function RepacksModal({
|
|||
|
||||
<Modal
|
||||
visible={visible}
|
||||
title={`Download options`}
|
||||
title={t("download_options")}
|
||||
description={t("repacks_modal_description")}
|
||||
onClose={onClose}
|
||||
>
|
||||
|
|
|
@ -72,7 +72,7 @@ export function SelectFolderModal({
|
|||
return (
|
||||
<Modal
|
||||
visible={visible}
|
||||
title={t("installation_folder")}
|
||||
title={t("download_folder")}
|
||||
description={t("space_left_on_disk", {
|
||||
space: formatBytes(diskFreeSpace?.free ?? 0),
|
||||
})}
|
||||
|
|
|
@ -57,7 +57,7 @@ export function SettingsRealDebrid({
|
|||
|
||||
{form.useRealDebrid && (
|
||||
<TextField
|
||||
label={t("real_debrid_api_token_description")}
|
||||
label={t("real_debrid_api_token_label")}
|
||||
value={form.realDebridApiToken ?? ""}
|
||||
type="password"
|
||||
onChange={(event) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue