Hey there! -Thanks for signing up for ${siteTitle} — use this link to complete the sign up process and be automatically signed in: +Tap the link below to complete the signup process for ${siteTitle}, and be automatically signed in: |
diff --git a/core/server/services/members/api.js b/core/server/services/members/api.js index 0ccb8faa8b..215afac598 100644 --- a/core/server/services/members/api.js +++ b/core/server/services/members/api.js @@ -80,7 +80,7 @@ function createApiInstance(config) { return ` Hey there! - Thanks for signing up for ${siteTitle} — use this link to complete the sign up process and be automatically signed in: + Tap the link below to complete the signup process for ${siteTitle}, and be automatically signed in: ${url} diff --git a/core/server/services/members/emails/signup.js b/core/server/services/members/emails/signup.js index c7f91c3ff7..20d92c2f3f 100644 --- a/core/server/services/members/emails/signup.js +++ b/core/server/services/members/emails/signup.js @@ -107,7 +107,7 @@ module.exports = ({siteTitle, email, url, accentColor = '#15212A', siteDomain, s
Hey there! -Thanks for signing up for ${siteTitle} — use this link to complete the sign up process and be automatically signed in: +Tap the link below to complete the signup process for ${siteTitle}, and be automatically signed in: |