improve wording

This commit is contained in:
Son NK 2019-11-21 21:25:27 +01:00
parent 360fc85db6
commit 8dca65678e
2 changed files with 8 additions and 5 deletions

View File

@ -9,7 +9,7 @@
{% block default_content %}
<div class="page-header row">
<h3 class="page-title col"
data-intro="Here, you find the list of all <b>alias</b> created. <br><br>
data-intro="Here, you find the list of created <b>alias</b>. <br><br>
<b>All</b> emails sent to an alias will be forwarded to your inbox. <br><br>
Alias is a great way to hide your personal email address so feel free to
use it whenever possible, for example on untrusted websites 😎">
@ -84,7 +84,7 @@
{% if loop.index ==1 %}
data-intro="By turning off an alias, emails sent to this alias will <b>NOT</b>
be forwarded to your inbox. <br><br>
This should only be used with care as others might
This should be used with care as others might
not be able to reach you after ...
"
{% endif %}
@ -250,7 +250,7 @@
$(".trigger-email").on("click", function (e) {
notie.confirm({
text: "SimpleLogin server will send an email to this alias and it should arrive to your inbox, please confirm",
text: "SimpleLogin server will send an email to this alias and it will arrive to your inbox, please confirm",
cancelCallback: () => {
// nothing to do
},

View File

@ -18,9 +18,12 @@
<ul class="list-unstyled leading-loose">
<li><i class="fe fe-check text-success mr-2" aria-hidden="true"></i> Unlimited Alias</li>
<li><i class="fe fe-check text-success mr-2" aria-hidden="true"></i> Custom Alias</li>
<li><i class="fe fe-check text-success mr-2" aria-hidden="true"></i> Custom email domain</li>
<li><i class="fe fe-check text-success mr-2" aria-hidden="true"></i>
Support us and our application partners
Custom email domain
<span class="badge badge-secondary">Coming soon</span>
</li>
<li><i class="fe fe-check text-success mr-2" aria-hidden="true"></i>
Support us
</li>
</ul>
</div>