fix wording

This commit is contained in:
Son NK 2020-09-12 14:57:25 +02:00
parent 3e450c5ac2
commit 1026f0763d
2 changed files with 9 additions and 7 deletions

View File

@ -181,7 +181,7 @@
<div class="col-8">
<span class="clipboard cursor mb-0"
{% if loop.index ==1 %}
data-intro="This is your first <em>alias</em>'. <br><br>
data-intro="This is your first <em>alias</em>. <br><br>
Emails sent to an alias are <em>forwarded</em> to your <em>real</em> email address. <br><br>"
data-step="2"
{% endif %}

View File

@ -13,12 +13,12 @@
{% block content %}
{% if alias %}
{% call text() %}
This is the first email you receive via your <b>first alias</b> {{ alias }}.
This alias is automatically created when you signed up on SimpleLogin.
This is the first email you receive via your <b>first alias</b> <em>{{ alias }}</em>.
It is automatically created when you signed up on SimpleLogin.
{% endcall %}
{% call text() %}
It's for receiving our news, feature announcements or tips -
This alias is for receiving our news, feature announcements or tips -
feel free to <a href="{{ URL + '/dashboard/setting#notification' }}">disable</a> it if you don't need any of
these.
{% endcall %}
@ -26,9 +26,11 @@
{% call text() %}
You can reach out to us by: <br>
- Simply replying to this email <br>
- On <a href="https://twitter.com/simple_login">Twitter</a> <br>
- On <a href="https://www.reddit.com/r/Simplelogin/">Reddit</a>
<ul>
<li>Simply replying to this email </li>
<li>On <a href="https://twitter.com/simple_login">Twitter</a> </li>
<li>On <a href="https://www.reddit.com/r/Simplelogin/">Reddit</a></li>
</ul>
{% endcall %}
{% if user.in_trial() and user.trial_end %}