mirror of
https://github.com/simple-login/app.git
synced 2025-02-25 00:03:03 +08:00
rename "send email" to "contacts"
This commit is contained in:
parent
ba16234456
commit
51a85011b1
1 changed files with 7 additions and 7 deletions
|
@ -314,11 +314,11 @@
|
|||
{{ email_log.created_at | dt }}
|
||||
{% elif email_log.bounced %}
|
||||
<span class="text-danger">
|
||||
{{ contact.website_email }}
|
||||
<i class="fa fa-warning mr-2" data-toggle="tooltip"
|
||||
title="Email bounced and cannot be forwarded to your mailbox"></i>
|
||||
{{ email_log.created_at | dt }}
|
||||
</span>
|
||||
{{ contact.website_email }}
|
||||
<i class="fa fa-warning mr-2" data-toggle="tooltip"
|
||||
title="Email bounced and cannot be forwarded to your mailbox"></i>
|
||||
{{ email_log.created_at | dt }}
|
||||
</span>
|
||||
{% elif email_log.blocked %}
|
||||
{{ contact.website_email }}
|
||||
<i class="fa fa-ban mr-2 text-danger" data-toggle="tooltip" title="Email blocked"></i>
|
||||
|
@ -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 <i class="fe fe-send"></i>
|
||||
Contacts <i class="fe fe-send"></i>
|
||||
</a>
|
||||
</div>
|
||||
{% if not current_user.expand_alias_info %}
|
||||
|
|
Loading…
Reference in a new issue