mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 15:53:22 +08:00
improve wording
This commit is contained in:
parent
d802615faa
commit
092d934feb
1 changed files with 12 additions and 6 deletions
|
@ -4,7 +4,8 @@
|
||||||
{{ render_text("Hi " + user.name) }}
|
{{ render_text("Hi " + user.name) }}
|
||||||
|
|
||||||
{% call text() %}
|
{% call text() %}
|
||||||
Son from SimpleLogin here. I hope you are doing well and are staying at home in this difficult time. By the way I'm writing this newsletter from my couch with my cats proofreading the text :). <br>
|
Son from SimpleLogin here. I hope you are doing well and are staying at home in this difficult time. By the way I'm
|
||||||
|
writing this newsletter from my couch with my cats proofreading the text :). <br>
|
||||||
Please find below some of our latest news. <br>
|
Please find below some of our latest news. <br>
|
||||||
|
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
|
@ -49,8 +50,10 @@
|
||||||
|
|
||||||
You can set a name for your alias too: this name is used when you send emails or reply from your alias.<br>
|
You can set a name for your alias too: this name is used when you send emails or reply from your alias.<br>
|
||||||
|
|
||||||
We have also created a new <a href="https://simplelogin.io/security/">security page</a> that goes into the technical details of SimpleLogin.
|
We have also created a new <a href="https://simplelogin.io/security/">security page</a> that goes into the technical
|
||||||
Our <a href="https://simplelogin.io/privacy/">privacy page</a> is also rewritten from scratch: nothing changes about your data protection
|
details of SimpleLogin.
|
||||||
|
Our <a href="https://simplelogin.io/privacy/">privacy page</a> is also rewritten from scratch: nothing changes about
|
||||||
|
your data protection
|
||||||
but the page is more clear and detailed now.
|
but the page is more clear and detailed now.
|
||||||
|
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
|
@ -83,6 +86,7 @@
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
|
|
||||||
{% call text() %}
|
{% call text() %}
|
||||||
|
<hr style="margin: 10px;">
|
||||||
On behalf of the team, I want to say thank you to all users who have helped to improve SimpleLogin code
|
On behalf of the team, I want to say thank you to all users who have helped to improve SimpleLogin code
|
||||||
and even contribute important features.
|
and even contribute important features.
|
||||||
That means a lot to us as SimpleLogin is after all an open-source project.
|
That means a lot to us as SimpleLogin is after all an open-source project.
|
||||||
|
@ -90,9 +94,11 @@
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
|
|
||||||
{% call text() %}
|
{% call text() %}
|
||||||
We always welcome your feedback. Get in touch on our <a href="https://twitter.com/simple_login">Twitter</a>,
|
That's all for today. If you want to follow all our latest features, you can follow our
|
||||||
<a href="https://www.reddit.com/r/Simplelogin/">Reddit</a>, where you can also follow all our latest updates.
|
<a href="https://twitter.com/simple_login">Twitter</a> or join our
|
||||||
<br>
|
<a href="https://www.reddit.com/r/Simplelogin/">Reddit</a>
|
||||||
|
or subscribe to our <a href="https://feed43.com/simplelogin.xml">RSS feed</a>. <br>
|
||||||
|
Now back to coding :).
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
|
|
||||||
{% call text() %}
|
{% call text() %}
|
||||||
|
|
Loading…
Reference in a new issue