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 %}