Added SelectFromPortal key.

This commit is contained in:
Tatiana Lopaeva 2024-06-10 20:45:45 +03:00
parent aa6945e473
commit 440553c265
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ export const getHeaderLabel = (
}
if (isFormRoom) {
return t("Common:SelectFromDocspace", { portalName: PORTAL });
return t("Common:SelectFromPortal", { portalName: PORTAL });
}
if (filterParam === FilesSelectorFilterTypes.DOCX)

View File

@ -370,7 +370,7 @@
"SelectFile": "Select file",
"SelectFiles": "Select files",
"SelectFolder": "Select folder",
"SelectFromDocspace": "Select from {{portalName}}",
"SelectFromPortal": "Select from {{portalName}}",
"SelectorEmptyScreenHeader": "No files and folders here yet",
"SelectPDFFormat": "Select .PDF file",
"SelectRoom": "Select room",