Skip to content

Commit

Permalink
fix: simplify verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Oct 1, 2023
1 parent 3940358 commit 94fc865
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions emails/_upgrade.pug
Original file line number Diff line number Diff line change
@@ -1,30 +1,5 @@
.p-3.text-center
h2.h2= t("Need Enhanced Protection?")
h3.h5.text-danger.text-decoration-underline= t("Your email is publicly searchable!")
span.badge.badge-dark!= ("Anyone can run this command:")
.d-block.mb-1
pre.d-inline-block.mx-auto.bg-dark.p-3.rounded.text-white.mb-0
code.d-block
= "dig"
= " "
= domain && domain.name ? domain.name : "yourdomain.com"
= " "
= "txt"
span.badge.badge-danger!= ("It exposes your email:")
.d-block.mb-1
pre.d-inline-block.mx-auto.bg-dark.p-3.rounded.text-white.mb-0
code.d-block
= "forward-email="
span.font-weight-bold(style="color: red")= to ? to : user && user.email ? user.email : "[email protected]"
a.btn.btn-lg.btn-danger.mb-3(
href=domain && domain.name ? `${config.urls.web}/${locale}/my-account/domains/${domain.name}/billing?plan=enhanced_protection` : `${config.urls.web}/my-account/billing/upgrade?plan=enhanced_protection`,
role="button"
)
= emoji("point_right")
= " "
= t("Hide your email")
= " "
= emoji("point_left")
h2.h2= t("Need more features?")
p.card-text.small
= t("If you upgrade to the Enhanced Protection plan, then your forwarding addresses will be kept private and encrypted.")
= " "
Expand Down

0 comments on commit 94fc865

Please sign in to comment.