mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-13 22:47:27 +02:00
🌐 Make support email a variable
This commit is contained in:
parent
c7af881f2d
commit
faf0d73972
2 changed files with 3 additions and 2 deletions
|
@ -71,7 +71,7 @@
|
|||
"license_key_nextStepsHeading": "Next Steps",
|
||||
"license_key_activationSteps": "Follow these <a>instructions</a> to activate your license on your Rallly Self-Hosted instance.",
|
||||
"license_key_questionsHeading": "Questions?",
|
||||
"license_key_support": "Reply to this email or contact us at <a>support@rallly.co</a> if you need help.",
|
||||
"license_key_support": "Reply to this email or contact us at <a>{supportEmail}</a> if you need help.",
|
||||
"license_key_signoff": "Thank you for choosing Rallly!",
|
||||
"license_key_preview": "Your license key has been generated.",
|
||||
"license_key_subject": "Your Rallly Self-Hosted {tier} License"
|
||||
|
|
|
@ -130,8 +130,9 @@ export const LicenseKeyEmail = ({
|
|||
ns="emails"
|
||||
i18nKey="license_key_support"
|
||||
defaults={
|
||||
"Reply to this email or contact us at <a>support@rallly.co</a> if you need help."
|
||||
"Reply to this email or contact us at <a>{supportEmail}</a> if you need help."
|
||||
}
|
||||
values={{ supportEmail: ctx.supportEmail }}
|
||||
components={{
|
||||
a: <Link className="text-link" href="mailto:support@rallly.co" />,
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue