From 2a05e320e175282567550aee87416d820d6dbffc Mon Sep 17 00:00:00 2001 From: Son NK Date: Thu, 2 Jan 2020 22:05:34 +0100 Subject: [PATCH] remove beta on send email button --- app/dashboard/templates/dashboard/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/dashboard/templates/dashboard/index.html b/app/dashboard/templates/dashboard/index.html index f1e972e9..b4b0a81b 100644 --- a/app/dashboard/templates/dashboard/index.html +++ b/app/dashboard/templates/dashboard/index.html @@ -158,10 +158,9 @@ {% endif %} class="btn btn-sm btn-outline-primary" data-toggle="tooltip" - title="Send email from alias" + title="Not only an alias can receive emails, it can send emails too" > Send Email     - Beta {% endif %}