not found keys fixed

This commit is contained in:
Elyor Djalilov 2022-11-29 15:28:24 +05:00
parent b6a4a50d7d
commit a9188bfd59
2 changed files with 3 additions and 2 deletions

View File

@ -20,5 +20,6 @@
"ThirdPartyAccounts": "Third-party accounts",
"ThirdPartyBtn": "Allow users to connect third-party storages",
"ThirdPartySettings": "Connected clouds",
"UpdateOrCreate": "Update the file version for the existing file with the same name. Otherwise, a copy of the file will be created."
"UpdateOrCreate": "Update the file version for the existing file with the same name. Otherwise, a copy of the file will be created.",
"UploadPluginsHere": "Upload plugins here"
}

View File

@ -164,7 +164,7 @@ const PortalPlugins = ({
) : (
<EmptyFolderContainer
headerText={t("FilesSettings:ConnectEmpty")}
descriptionText={t("Upload plugins here")}
descriptionText={t("UploadPluginsHere")}
style={{ gridColumnGap: "39px" }}
buttonStyle={{ marginTop: "16px" }}
imageSrc="/static/images/empty_screen_alt.svg"