diff --git a/fs_template/email_register.tpl b/fs_template/email_register.tpl index 56cb1735..a58b1dbc 100644 --- a/fs_template/email_register.tpl +++ b/fs_template/email_register.tpl @@ -6,22 +6,24 @@ From: "Fusen Support"; -Dear {{ .UserName }}, -Thank you for registering an account with {{ .CompanyName }}. We are thrilled to have you join our community! +

Dear {{.UserName}},

-Please take a moment to confirm your email address by clicking the button below so we can activate your account: +

Thank you for registering an account with {{ .CompanyName }}. We are thrilled to have you join our community!

+ +

Please take a moment to confirm your email address by clicking the button below so we can activate your account:

Confirm Account: {{ .UserName }} -Confirming your email ensures your account is properly secured. This also lets you access member-only tools and content. +

Confirming your email ensures your account is properly secured. This also lets you access member-only tools and content.

-If you did not register for {{ .CompanyName }}, please disregard this email. Let us know if you have any other questions! +

If you did not register for {{ .CompanyName }}, please disregard this email. Let us know if you have any other questions!

Regards, -{{ .SenderName }} -{{ .SenderTitle }} -{{ .CompanyName }} +

{{.SenderName}}
+{{.SenderTitle}}
+{{.CompanyName}}

+ \ No newline at end of file diff --git a/fs_template/get_reset_password_html.tpl b/fs_template/get_reset_password_html.tpl index d10cf44b..4b550313 100644 --- a/fs_template/get_reset_password_html.tpl +++ b/fs_template/get_reset_password_html.tpl @@ -24,9 +24,9 @@ From: "Fusen Support";

Regards,

-

{{.SenderName}}
-{{.SenderTitle}}
-{{.CompanyName}}

+

{{.SenderName}}
+{{.SenderTitle}}
+{{.CompanyName}}

\ No newline at end of file