🌐 Localize cta

This commit is contained in:
Luke Vella 2025-05-27 10:06:52 +01:00
parent 049fb15931
commit bfd8fea2e1
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C
2 changed files with 3 additions and 2 deletions

View file

@ -385,5 +385,6 @@
"removeLicenseDescription": "Are you sure you want to remove this license?", "removeLicenseDescription": "Are you sure you want to remove this license?",
"licenseKeyErrorRateLimitExceeded": "Rate limit exceeded", "licenseKeyErrorRateLimitExceeded": "Rate limit exceeded",
"licenseKeyErrorInvalidLicenseKey": "Invalid license key", "licenseKeyErrorInvalidLicenseKey": "Invalid license key",
"licenseKeyGenericError": "An error occurred while validating the license key" "licenseKeyGenericError": "An error occurred while validating the license key",
"activate": "Activate"
} }

View file

@ -109,7 +109,7 @@ export function LicenseKeyForm() {
loading={form.formState.isSubmitting} loading={form.formState.isSubmitting}
type="submit" type="submit"
> >
Activate <Trans i18nKey="activate" defaults="Activate" />
</Button> </Button>
</div> </div>
</form> </form>