mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 17:08:30 +01:00
fix typo
This commit is contained in:
parent
7f34dc1a20
commit
7e345e4db3
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
class="btn btn-sm btn-outline-primary {% if not alias.enabled %} disabled {% endif %}"
|
class="btn btn-sm btn-outline-primary {% if not alias.enabled %} disabled {% endif %}"
|
||||||
data-toggle="tooltip"
|
data-toggle="tooltip"
|
||||||
title="Not only an alias can receive emails, it can send emails too"
|
title="Alias can be used to SEND and RECEIVE messages"
|
||||||
>
|
>
|
||||||
Send Email <i class="fe fe-send"></i>
|
Send Email <i class="fe fe-send"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue