mirror of
https://github.com/simple-login/app.git
synced 2025-09-10 16:44:35 +08:00
fix wording
This commit is contained in:
parent
e2106a128e
commit
8b3564c2f2
2 changed files with 4 additions and 4 deletions
|
@ -73,7 +73,7 @@
|
|||
{% if loop.index ==1 %}
|
||||
data-intro="By triggering the test email,
|
||||
SimpleLogin server will send an email to this alias
|
||||
and this email should arrive to your personal email"
|
||||
and this email should arrive to your personal email inbox."
|
||||
{% endif %}
|
||||
>Trigger Test Email
|
||||
</button>
|
||||
|
|
|
@ -24,9 +24,9 @@ def index():
|
|||
"A Test Email",
|
||||
f"""
|
||||
Hi {current_user.name}! <br><br>
|
||||
This is a test to make sure that you receive emails sent from SimpleLogin <br><br>
|
||||
If you have any questions, feel free to reply to this email :) <br><br>
|
||||
Have a nice day <br><br>
|
||||
This is a test to make sure that you receive emails sent from SimpleLogin. <br><br>
|
||||
If you have any questions, feel free to reply to this email :). <br><br>
|
||||
Have a nice day! <br><br>
|
||||
SimpleLogin team.
|
||||
""",
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue