mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Make CTA message match regular message
This commit is contained in:
parent
5e70825c94
commit
88d12b43ac
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ Thank You
|
||||||
SingleCTAEmailBody({
|
SingleCTAEmailBody({
|
||||||
title: "#{opts.inviterName} has invited you to join a team on #{settings.appName}"
|
title: "#{opts.inviterName} has invited you to join a team on #{settings.appName}"
|
||||||
greeting: "Hi,"
|
greeting: "Hi,"
|
||||||
message: "Join the Team"
|
message: "Please click the button below to join the team and enjoy the benefits of an upgraded #{ opts.appName } account."
|
||||||
secondaryMessage: null
|
secondaryMessage: null
|
||||||
ctaText: "Verify now"
|
ctaText: "Verify now"
|
||||||
ctaURL: opts.acceptInviteUrl
|
ctaURL: opts.acceptInviteUrl
|
||||||
|
|
Loading…
Reference in a new issue