mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-26 20:57:24 +02:00
🌐 Localize cta
This commit is contained in:
parent
049fb15931
commit
bfd8fea2e1
2 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue