chore: fixing translation

This commit is contained in:
Hydra 2024-05-13 02:07:24 +01:00
parent 329309718b
commit 0d937bacc8
No known key found for this signature in database
3 changed files with 4 additions and 11 deletions

View file

@ -72,7 +72,7 @@ export function SelectFolderModal({
return (
<Modal
visible={visible}
title={t("download_folder")}
title={t("download_path")}
description={t("space_left_on_disk", {
space: formatBytes(diskFreeSpace?.free ?? 0),
})}
@ -80,12 +80,7 @@ export function SelectFolderModal({
>
<div className={styles.container}>
<div className={styles.downloadsPathField}>
<TextField
label={t("downloads_path")}
value={selectedPath}
readOnly
disabled
/>
<TextField value={selectedPath} readOnly disabled />
<Button
style={{ alignSelf: "flex-end" }}