Web: Doceditor: DeepLink: changed checkbox description

This commit is contained in:
Nikita Gopienko 2024-08-07 17:32:55 +03:00
parent 83c01cb80f
commit 0d69ecc620
2 changed files with 3 additions and 2 deletions

View File

@ -2,5 +2,6 @@
"DeepLinkText": "You can open the document on the portal or in the mobile application",
"OpenInApp": "Open in the app",
"OpeningDocument": "Opening a document",
"StayInBrowser": "Stay in the browser"
"StayInBrowser": "Stay in the browser",
"RememberChoice": "Remember the choice when opening documents next time"
}

View File

@ -118,7 +118,7 @@ const DeepLink = ({
</StyledBodyWrapper>
<StyledActionsWrapper>
<Checkbox
label={t("Common:Remember")}
label={t("DeepLink:RememberChoice")}
isChecked={isRemember}
onChange={onChangeCheckbox}
/>