Преглед на файлове

feat(go): update email template.

Vishal Dalwadi преди 10 месеца
родител
ревизия
1831b669e5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      pro/email/invite.go

+ 1 - 1
pro/email/invite.go

@@ -59,7 +59,7 @@ func (invite UserInvitedMail) GetBody(info Notification) string {
 	return content.
 		WithHtml("</ul>").
 		WithParagraph(fmt.Sprintf("If you have any questions or need assistance, please contact our support team at <a href=\"mailto:%s\">%s</a>.", supportEmail, supportEmail)).
-		WithParagraph("Best regards,").
+		WithParagraph("Best Regards,").
 		WithParagraph("The Netmaker Team").
 		Build()
 }