From 2f7fd950de200df0a5a9b1d7f2eda6eb002387e6 Mon Sep 17 00:00:00 2001 From: Appaji <52322531+CITIZENDOT@users.noreply.github.com> Date: Tue, 28 May 2024 08:37:40 +0530 Subject: [PATCH] Update email text (#10249) --- .../server-core/email-templates/account/magiclink-email.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/server-core/email-templates/account/magiclink-email.pug b/packages/server-core/email-templates/account/magiclink-email.pug index 3d1eac4c5a..7c11b93029 100755 --- a/packages/server-core/email-templates/account/magiclink-email.pug +++ b/packages/server-core/email-templates/account/magiclink-email.pug @@ -10,7 +10,7 @@ body(style='margin: 0;') div(style='background: #fff;padding: 2rem;') h2(style='font-family: Roboto, Arial;color: #918EAD;') Hi 👋! p(style='font-family: Roboto, Arial;color: #8f9299;font-weight: bold;') You asked us to send you a magic link for quickly signing into your account. - a(href=hashLink, style='font-family: Roboto, Arial;width: 96%;display: inline-block;background: #5045AB;text-align: center;padding: 0.6rem;border-radius: 5px;text-decoration: none;color: #fff;font-weight: bold;font-size: 1.2rem;font-family: Roboto, Arial;') Sign In to #{title} Now! + a(href=hashLink, style='font-family: Roboto, Arial;width: 96%;display: inline-block;background: #5045AB;text-align: center;padding: 0.6rem;border-radius: 5px;text-decoration: none;color: #fff;font-weight: bold;font-size: 1.2rem;font-family: Roboto, Arial;') Sign In Now! div p(style='color: #8f9299;font-weight: bold;font-family: Roboto, Arial;') Or copy and paste this link into your browser: a(style='word-wrap: break-word;', href=hashLink) #{hashLink} \ No newline at end of file