Web: Renamed translation

This commit is contained in:
Alexey Safronov 2023-07-26 18:56:07 +04:00
parent 8f34f847a9
commit a46a82180c
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@
"EnableLink": "Enable link",
"PasswordAccess": "Password access",
"LimitByTimePeriod": "Limit by time period",
"DenyDownload": "Deny download",
"DisableDownload": "Disable download feature",
"Clean": "Clean",
"CopyPassword": "Copy password",
"LinkEditedSuccessfully": "Link edited successfully",

View File

@ -206,7 +206,7 @@ const EditLinkPanel = (props) => {
/>
<ToggleBlock
isLoading={isLoading}
headerText={t("Files:DenyDownload")}
headerText={t("Files:DisableDownload")}
bodyText={t("Files:PreventDownloadFilesAndFolders")}
isChecked={denyDownload}
onChange={onDenyDownloadChange}