diff --git a/packages/client/public/locales/en/Payments.json b/packages/client/public/locales/en/Payments.json index 48578b5fe9..cc09419f0e 100644 --- a/packages/client/public/locales/en/Payments.json +++ b/packages/client/public/locales/en/Payments.json @@ -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}} is not found.", "UserNotFoundMatchingEmail": "We couldn’t find the user with the matching Stripe e-mail.", "YourPrice": "Your price" diff --git a/packages/client/public/locales/en/PaymentsEnterprise.json b/packages/client/public/locales/en/PaymentsEnterprise.json index 2160ce0101..bd5e708961 100644 --- a/packages/client/public/locales/en/PaymentsEnterprise.json +++ b/packages/client/public/locales/en/PaymentsEnterprise.json @@ -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" } diff --git a/packages/client/src/pages/PortalSettings/categories/payments/Standalone/LicenseContainer.js b/packages/client/src/pages/PortalSettings/categories/payments/Standalone/LicenseContainer.js index 734f8914f1..b4e9e8d613 100644 --- a/packages/client/src/pages/PortalSettings/categories/payments/Standalone/LicenseContainer.js +++ b/packages/client/src/pages/PortalSettings/categories/payments/Standalone/LicenseContainer.js @@ -55,7 +55,7 @@ const LicenseContainer = (props) => { return (
- {t("Payments:ActivateLicense")} + {t("ActivateLicense")} { scale size="base" accept=".lic" - placeholder={t("Payments:UploadLicenseFile")} + placeholder={t("UploadLicenseFile")} onInput={onLicenseFileHandler} isDisabled={isLicenseUploading || isLoading} isLoading={isLicenseUploading}