Browse Source
Fix grammer
Signed-off-by: BlackDex <black.dex@gmail.com>
pull/5798/head
BlackDex
2 months ago
No known key found for this signature in database
GPG Key ID: 58C80A2AA6C765E1
2 changed files with
2 additions and
2 deletions
-
src/static/templates/email/send_2fa_removed_from_org.hbs
-
src/static/templates/email/send_2fa_removed_from_org.html.hbs
|
|
@ -1,4 +1,4 @@ |
|
|
|
You have been revoked from {{{org_name}}} |
|
|
|
Your access to {{{org_name}}} has been revoked. |
|
|
|
<!----------------> |
|
|
|
Your user account has been removed from the *{{org_name}}* organization because you do not have two-step login configured. |
|
|
|
Before you can re-join this organization you need to set up two-step login on your user account. |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
You have been revoked from {{{org_name}}} |
|
|
|
Your access to {{{org_name}}} has been revoked. |
|
|
|
<!----------------> |
|
|
|
{{> email/email_header }} |
|
|
|
<table width="100%" cellpadding="0" cellspacing="0" style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;"> |
|
|
|