Web: Fixed translation.

This commit is contained in:
Tatiana Lopaeva 2023-05-17 19:01:15 +03:00
parent bfa97bd400
commit ea3416b76d
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,5 @@
{
"AccessingProblem": "If you are an existing user and have problems accessing this space please contact the administrator.",
"ActivateLicense": "Activate license",
"AdministratorDescription": "DocSpace configuration, room creation and administration, ability to invite and manage users in DocSpace and in virtual rooms, ability to manage access rights.",
"Benefits": "Benefits",
"BusinessExpired": "Your {{planName}} plan has expired on {{date}}",
@ -41,7 +40,6 @@
"UpgradePlan": "Upgrade plan",
"UpgradePlanInfo": "By adding new users you will exceed the maximum number of room members allowed by your current pricing plan.",
"UploadActivationLicense": "To activate the renewal you already bought, upload it below and click the Activate button.",
"UploadLicenseFile": "Upload license file",
"UserNotFound": "User <1>{{email}}</1> is not found.",
"UserNotFoundMatchingEmail": "We couldnt find the user with the matching Stripe e-mail.",
"YourPrice": "Your price"

View File

@ -1,5 +1,6 @@
{
"ActivateLicenseActivated": "License activated",
"ActivateLicense": "Activate license",
"ActivatePurchaseBuyLicense": "To buy license, click the button below.",
"ActivatePurchaseBuyNow": "Buy now",
"ActivatePurchaseRenewLicense": "To continue getting support and updates, buy a renewal.",
@ -34,5 +35,6 @@
"UpgradeToProBannerItemScalabilityHeader": "Scalability and clustering.",
"UpgradeToProBannerItemSupportDescr": "Get quick professional help for all the issues you face.",
"UpgradeToProBannerItemSupportHeader": "Tech support.",
"UpgradeToProHeader": "Free access to pro features"
"UpgradeToProHeader": "Free access to pro features",
"UploadLicenseFile": "Upload license file"
}

View File

@ -55,7 +55,7 @@ const LicenseContainer = (props) => {
return (
<div className="payments_license">
<Text fontWeight={700} fontSize="16px">
{t("Payments:ActivateLicense")}
{t("ActivateLicense")}
</Text>
<Text
@ -70,7 +70,7 @@ const LicenseContainer = (props) => {
scale
size="base"
accept=".lic"
placeholder={t("Payments:UploadLicenseFile")}
placeholder={t("UploadLicenseFile")}
onInput={onLicenseFileHandler}
isDisabled={isLicenseUploading || isLoading}
isLoading={isLicenseUploading}