From 8773ed199a2b99d21a9f6d233c1ea9f0b84ff44a Mon Sep 17 00:00:00 2001 From: Son Nguyen Kim Date: Tue, 19 Jul 2022 18:58:41 +0200 Subject: [PATCH] improve wording (#1168) * improve wording * improve wording --- templates/dashboard/refused_email.html | 5 ++++- templates/dashboard/setting.html | 24 ++++++++++++++++-------- 2 files changed, 20 insertions(+), 9 deletions(-) diff --git a/templates/dashboard/refused_email.html b/templates/dashboard/refused_email.html index 4dabb68c..9287c6ca 100644 --- a/templates/dashboard/refused_email.html +++ b/templates/dashboard/refused_email.html @@ -37,7 +37,10 @@ - {% if email_logs|length == 0 %}
You don't have any emails in Quarantine.
{% endif %} + {% if email_logs|length == 0 %} + +
You don't have any emails in Quarantine/Bounce.
+ {% endif %} {% for email_log in email_logs %} {% set refused_email = email_log.refused_email %} diff --git a/templates/dashboard/setting.html b/templates/dashboard/setting.html index f716c73d..21dba793 100644 --- a/templates/dashboard/setting.html +++ b/templates/dashboard/setting.html @@ -13,6 +13,9 @@ .highlighted{ border: solid 2px #5675E2; } + li { + margin-top: 8px; + } {% endblock %} @@ -561,13 +564,18 @@ One-click unsubscribe button, clicking on it will allow you to do one of these actions: -
- Original action: If a message sent to your alias has an unsubscribe header, that same action - will be preserved in the email forwarded to your mailbox. -
- Disable alias: The unsubscribe action will disable the alias that received the email and you will stop receiving emails. -
- Block contact: The sender of the email won't be allowed to send emails to this alias. +