Skip to content

Commit 9c3a447

Browse files
committed
chore: typo
1 parent f4d839e commit 9c3a447

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

internal/mailer/templatemailer/templatemailer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const defaultMFAFactorEnrolledNotificationMail = `<h2>MFA factor has been enroll
8383

8484
const 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

0 commit comments

Comments
 (0)