From 0b1131a4129412491667dc6af371bf856eea335a Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Sat, 23 May 2020 23:20:47 +0200 Subject: [PATCH] improve wording --- app/dashboard/templates/dashboard/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/dashboard/templates/dashboard/index.html b/app/dashboard/templates/dashboard/index.html index 9dfc99f2..0267c0a9 100644 --- a/app/dashboard/templates/dashboard/index.html +++ b/app/dashboard/templates/dashboard/index.html @@ -265,9 +265,7 @@ id="send-email-{{ alias.id }}" {% if loop.index ==1 %} data-intro="Not only alias can receive emails, it can send emails too!

- You can add a new contact to for your alias here.

- To send an email to your contact, SimpleLogin will create a special email address.

- Sending an email to this email address will forward the email to your contact" + You can add a new contact for your alias here.

" data-step="4" {% endif %} class="btn btn-sm btn-outline-primary {% if not alias.enabled %} disabled {% endif %}"