From 51a85011b1b4cb7dc1d0e3c3113d7c8f6a6021b5 Mon Sep 17 00:00:00 2001 From: Son Date: Wed, 3 Nov 2021 10:23:40 +0100 Subject: [PATCH] rename "send email" to "contacts" --- app/dashboard/templates/dashboard/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/dashboard/templates/dashboard/index.html b/app/dashboard/templates/dashboard/index.html index ae9dcfd8..d8a5cd92 100644 --- a/app/dashboard/templates/dashboard/index.html +++ b/app/dashboard/templates/dashboard/index.html @@ -314,11 +314,11 @@ {{ email_log.created_at | dt }} {% elif email_log.bounced %} - {{ contact.website_email }} - - {{ email_log.created_at | dt }} - + {{ contact.website_email }} + + {{ email_log.created_at | dt }} + {% elif email_log.blocked %} {{ contact.website_email }} @@ -371,9 +371,9 @@ {% endif %} class="btn btn-sm btn-outline-primary {% if not alias.enabled %} disabled {% endif %}" data-toggle="tooltip" - title="Alias can be used to SEND and RECEIVE messages" + title="Add new contact, manage your existing contacts" > - Send Email    + Contacts    {% if not current_user.expand_alias_info %}