فهرست منبع

feat(go): update email template.

Vishal Dalwadi 10 ماه پیش
والد
کامیت
4150deb6b6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      pro/email/invite.go

+ 1 - 1
pro/email/invite.go

@@ -33,7 +33,7 @@ func (invite UserInvitedMail) GetBody(info Notification) string {
 		WithParagraph("Hi,").
 		WithParagraph("You've been invited to access a secure network via Netmaker's Remote Access Client (RAC). Follow these simple steps to get connected:").
 		WithHtml("<ol>").
-		WithHtml(fmt.Sprintf("<li>Click to <a href=\"%s\">Accept Your Invitation</a> and setup your account.</li>", invite.InviteURL)).
+		WithHtml(fmt.Sprintf("<li>Click <a href=\"%s\">here</a> to accept your invitation and setup your account.</li>", invite.InviteURL)).
 		WithHtml("<br>").
 		WithHtml(fmt.Sprintf("<li><a href=\"%s\">Download the Remote Access Client (RAC)</a>.</li>", downloadLink))