Added FromPortal key.

This commit is contained in:
Tatiana Lopaeva 2024-06-03 13:58:33 +03:00
parent 718a4fff2e
commit a77ddb2dde
3 changed files with 3 additions and 3 deletions

View File

@ -363,7 +363,7 @@ const ArticleMainButtonContent = (props) => {
id: "actions_upload-from-docspace",
className: "main-button_drop-down",
icon: ActionsUploadReactSvgUrl,
label: t("Common:FromDocspace", { portalName: PORTAL }),
label: t("Common:FromPortal", { portalName: PORTAL }),
key: "actions_upload-from-docspace",
onClick: () =>
onShowFormRoomSelectFileDialog(FilesSelectorFilterTypes.PDF),

View File

@ -2036,7 +2036,7 @@ class ContextOptionsStore {
id: "personal_upload-from-docspace",
className: "main-button_drop-down",
icon: ActionsUploadReactSvgUrl,
label: t("Common:FromDocspace", { portalName: PORTAL }),
label: t("Common:FromPortal", { portalName: PORTAL }),
key: "personal_upload-from-docspace",
onClick: () =>
this.onShowFormRoomSelectFileDialog(FilesSelectorFilterTypes.PDF),

View File

@ -172,7 +172,7 @@
"Free": "Free",
"FreeProFeatures": "Free access to pro features",
"FromDevice": "From device",
"FromDocspace": "From {{portalName}}",
"FromPortal": "From {{portalName}}",
"FullAccess": "Full access",
"GeneralAccessLinkCopied": "General link successfully copied to clipboard",
"GeneralAccessLinkRemove": "General access link remove",