File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
internal/mailer/templatemailer Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -751,7 +751,7 @@ Default Content (if template is unavailable):
751751<h2 >MFA factor has been unenrolled</h2 >
752752
753753<p >
754- A factor ({{ .FactorType }}) has been unenrolled from your account {{ .Email
754+ A factor ({{ .FactorType }}) has been unenrolled for your account {{ .Email
755755 }}.
756756</p >
757757<p >If you did not make this change, please contact support immediately.</p >
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ const defaultMFAFactorEnrolledNotificationMail = `<h2>MFA factor has been enroll
8383
8484const defaultMFAFactorUnenrolledNotificationMail = `<h2>MFA factor has been unenrolled</h2>
8585
86- <p>A factor ({{ .FactorType }}) has been unenrolled from your account {{ .Email }}.</p>
86+ <p>A factor ({{ .FactorType }}) has been unenrolled for your account {{ .Email }}.</p>
8787<p>If you did not make this change, please contact support immediately.</p>
8888`
8989
You can’t perform that action at this time.
0 commit comments