mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-25 12:17:26 +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?",
|
||||
"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"
|
||||
}
|
||||
|
|
|
@ -109,7 +109,7 @@ export function LicenseKeyForm() {
|
|||
loading={form.formState.isSubmitting}
|
||||
type="submit"
|
||||
>
|
||||
Activate
|
||||
<Trans i18nKey="activate" defaults="Activate" />
|
||||
</Button>
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue