From bfd8fea2e150dd1ca75a413caab472b3706fcfb1 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Tue, 27 May 2025 10:06:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20Localize=20cta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/public/locales/en/app.json | 3 ++- .../web/src/features/licensing/components/license-key-form.tsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/web/public/locales/en/app.json b/apps/web/public/locales/en/app.json index 2abb4d9f6..3cb46ca15 100644 --- a/apps/web/public/locales/en/app.json +++ b/apps/web/public/locales/en/app.json @@ -385,5 +385,6 @@ "removeLicenseDescription": "Are you sure you want to remove this license?", "licenseKeyErrorRateLimitExceeded": "Rate limit exceeded", "licenseKeyErrorInvalidLicenseKey": "Invalid license key", - "licenseKeyGenericError": "An error occurred while validating the license key" + "licenseKeyGenericError": "An error occurred while validating the license key", + "activate": "Activate" } diff --git a/apps/web/src/features/licensing/components/license-key-form.tsx b/apps/web/src/features/licensing/components/license-key-form.tsx index b3ce95348..987a1b2bc 100644 --- a/apps/web/src/features/licensing/components/license-key-form.tsx +++ b/apps/web/src/features/licensing/components/license-key-form.tsx @@ -109,7 +109,7 @@ export function LicenseKeyForm() { loading={form.formState.isSubmitting} type="submit" > - Activate +