mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 17:35:27 +08:00
improve wording on setting page
This commit is contained in:
parent
0ae40d599a
commit
014b7d5b1f
1 changed files with 5 additions and 4 deletions
|
@ -316,8 +316,8 @@
|
|||
</div>
|
||||
<div class="mb-3">
|
||||
When replying to a forwarded email, the <b>reverse-alias</b> can be automatically included
|
||||
in the attached message by your email client. <br>
|
||||
Turning on this option will <b>replace</b> the reverse-alias by your contact email. <br>
|
||||
in the attached message by your email client.
|
||||
If this option is enabled, SimpleLogin will try to <b>replace</b> the reverse-alias by your contact email. <br>
|
||||
</div>
|
||||
<form method="post" action="#reverse-alias-replacement-section">
|
||||
<input type="hidden" name="form-name" value="replace-ra">
|
||||
|
@ -340,9 +340,10 @@
|
|||
By default, the reverse-alias is randomly generated and doesn't contain any information about
|
||||
the sender.<br>
|
||||
|
||||
You can however enable this option to include the sender address in the reverse-alias. <br>
|
||||
Enabling this option will include the sender address in the reverse-alias. <br>
|
||||
|
||||
This can be useful when setting up an email filter and makes the reverse-alias more readable.
|
||||
This can be useful if you want to set up email filters based on the reverse-alias.
|
||||
It will also make the reverse-alias more readable.
|
||||
</div>
|
||||
<form method="post" action="#sender-in-ra">
|
||||
<input type="hidden" name="form-name" value="sender-in-ra">
|
||||
|
|
Loading…
Reference in a new issue