Browse Source

Fix grammer

Signed-off-by: BlackDex <black.dex@gmail.com>
pull/5798/head
BlackDex 2 months ago
parent
commit
6cb9585295
No known key found for this signature in database GPG Key ID: 58C80A2AA6C765E1
  1. 2
      src/static/templates/email/send_2fa_removed_from_org.hbs
  2. 2
      src/static/templates/email/send_2fa_removed_from_org.html.hbs

2
src/static/templates/email/send_2fa_removed_from_org.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.

2
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.
<!---------------->
{{> 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;">

Loading…
Cancel
Save