diff --git a/backend/apis/nodejs/src/utils/mail_utils.js b/backend/apis/nodejs/src/utils/mail_utils.js index 21d68f1..f121fa8 100644 --- a/backend/apis/nodejs/src/utils/mail_utils.js +++ b/backend/apis/nodejs/src/utils/mail_utils.js @@ -32,7 +32,7 @@ function sendMail(destinationAddress, subject, text, html) { } function getConfirmationLinkHtmlPage(confirmationLink) { - return `Activation Page

Activate your Blink Account

Please click the activation link below to activate your account

Activate Now
`; + return `Activation Page

Activate your Blink Account

Please click the button below to activate your account

Activate Now
`; } module.exports = {