From 66d26a1193ab18295b7f8f3318896ffb43f2ee1a Mon Sep 17 00:00:00 2001 From: mlec <42201667+mlec1@users.noreply.github.com> Date: Tue, 15 Aug 2023 16:03:04 +0200 Subject: [PATCH] fix(core): Open mailto: links in a new tab when the default email client is set to a web mail (#1721) * fix(build): Update docker image of Node to v20 - Open "mailto:" links in a new tab if using browser * feat(dockerfile): revert node to v10.17.0 --- templates/dashboard/alias_contact_manager.html | 1 + templates/dashboard/app.html | 2 +- templates/dashboard/pricing.html | 6 +++--- templates/dashboard/referral.html | 2 +- templates/dashboard/unsubscribe.html | 2 +- templates/oauth/authorize.html | 2 +- 6 files changed, 8 insertions(+), 7 deletions(-) diff --git a/templates/dashboard/alias_contact_manager.html b/templates/dashboard/alias_contact_manager.html index a9b355dc..2a2bc1d9 100644 --- a/templates/dashboard/alias_contact_manager.html +++ b/templates/dashboard/alias_contact_manager.html @@ -133,6 +133,7 @@
diff --git a/templates/dashboard/app.html b/templates/dashboard/app.html index 17002764..b4d8dcfc 100644 --- a/templates/dashboard/app.html +++ b/templates/dashboard/app.html @@ -48,7 +48,7 @@ {% if scope == "email" %} Email: - {{ val }} + {{ val }} {% elif scope == "name" %} Name: {{ val }} {% endif %} diff --git a/templates/dashboard/pricing.html b/templates/dashboard/pricing.html index 7ca15c2a..462e1e7b 100644 --- a/templates/dashboard/pricing.html +++ b/templates/dashboard/pricing.html @@ -462,7 +462,7 @@ , which currently supports Bitcoin, Bitcoin Cash, DAI, ApeCoin, Dogecoin, Ethereum, Litecoin, SHIBA INU, Tether and USD Coin.

- In the future, we are going to support Monero as well. In the meantime, please send us an email at support@simplelogin.zendesk.com if you want to use this cryptocurrency. + In the future, we are going to support Monero as well. In the meantime, please send us an email at support@simplelogin.zendesk.com if you want to use this cryptocurrency.

- Please send us an email at support@simplelogin.zendesk.com for more info. + Please send us an email at support@simplelogin.zendesk.com for more info.

We used to offer free premium accounts for students but this program ended at June 17 2021. Please note this doesn't affect existing accounts who have already benefited from the program or requests sent before this date. @@ -692,7 +692,7 @@ data-parent="#pricing-faq">

- No we don't have a family plan but offer 30% reduction for additional subscriptions. Please contact us at support@simplelogin.zendesk.com for more information. + No we don't have a family plan but offer 30% reduction for additional subscriptions. Please contact us at support@simplelogin.zendesk.com for more information.

diff --git a/templates/dashboard/referral.html b/templates/dashboard/referral.html index aab7dde3..66acf714 100644 --- a/templates/dashboard/referral.html +++ b/templates/dashboard/referral.html @@ -22,7 +22,7 @@ For every user who upgrades and stays with us at least 3 months, you'll get $5 :).
The payout can be initiated any time, just send us an email at - hi@simplelogin.io + hi@simplelogin.io when you want to receive the payout.
{% if referrals|length == 0 %} diff --git a/templates/dashboard/unsubscribe.html b/templates/dashboard/unsubscribe.html index 4e7a4c6b..f1cfa87d 100644 --- a/templates/dashboard/unsubscribe.html +++ b/templates/dashboard/unsubscribe.html @@ -9,7 +9,7 @@

Block alias

You are about to block the alias - {{ alias }} + {{ alias }}

After this, you will stop receiving all emails sent to this alias, please confirm.

diff --git a/templates/oauth/authorize.html b/templates/oauth/authorize.html index 082f250b..6ea55aad 100644 --- a/templates/oauth/authorize.html +++ b/templates/oauth/authorize.html @@ -61,7 +61,7 @@ {% elif scope == Scope.EMAIL %} {{ scope.value }}: - {{ user_info[scope.value] }} + {{ user_info[scope.value] }} {% elif scope == Scope.NAME %} {{ scope.value }}: {{ user_info[scope.value] }} {% endif %}