mirror of
https://github.com/simple-login/app.git
synced 2024-11-18 01:40:38 +01:00
Improve wordings
This commit is contained in:
parent
484aca1342
commit
e22f5d1c63
1 changed files with 6 additions and 6 deletions
|
@ -166,7 +166,7 @@
|
||||||
<div class="form-check">
|
<div class="form-check">
|
||||||
<input type="checkbox" id="notification" name="notification" {% if current_user.notification %}
|
<input type="checkbox" id="notification" name="notification" {% if current_user.notification %}
|
||||||
checked {% endif %} class="form-check-input">
|
checked {% endif %} class="form-check-input">
|
||||||
<label for="notification">I want to receive your newsletter</label>
|
<label for="notification">I want to be informed of new features</label>
|
||||||
</div>
|
</div>
|
||||||
<button type="submit" class="btn btn-outline-primary">Submit</button>
|
<button type="submit" class="btn btn-outline-primary">Submit</button>
|
||||||
</form>
|
</form>
|
||||||
|
@ -241,9 +241,9 @@
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="card-title">Replace reverse alias</div>
|
<div class="card-title">Replace reverse alias</div>
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
When replying to a reverse alias your email client will show the reverse alias ("ra+string@simplelogin.co")
|
When replying to a forwarded email, the <b>reverse-alias</b> is usually included in the attached message.
|
||||||
as the original sender. This option will replace this string in the body of outgoing emails with the
|
You can turn on this option to <b>replace</b> the reverse-alias by the alias. However this breaks PGP-signed emails
|
||||||
original email address. This will break PGP signed emails, so only enable if you know what you're doing!
|
so please only enable it if you know what you're doing :).
|
||||||
</div>
|
</div>
|
||||||
<form method="post">
|
<form method="post">
|
||||||
<input type="hidden" name="form-name" value="replace-ra">
|
<input type="hidden" name="form-name" value="replace-ra">
|
||||||
|
@ -252,7 +252,7 @@
|
||||||
{% if current_user.replace_reverse_alias %} checked {% endif %} class="form-check-input">
|
{% if current_user.replace_reverse_alias %} checked {% endif %} class="form-check-input">
|
||||||
<label for="replace-ra">Enable replacing reverse alias</label>
|
<label for="replace-ra">Enable replacing reverse alias</label>
|
||||||
</div>
|
</div>
|
||||||
<button type="submit" class="btn btn-outline-primary">Submit</button>
|
<button type="submit" class="btn btn-outline-primary">Update</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue