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 +