diff --git a/app/dashboard/templates/dashboard/index.html b/app/dashboard/templates/dashboard/index.html
index dabcd457..43437132 100644
--- a/app/dashboard/templates/dashboard/index.html
+++ b/app/dashboard/templates/dashboard/index.html
@@ -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
diff --git a/app/dashboard/views/index.py b/app/dashboard/views/index.py
index 74fc3aca..b2fa08b2 100644
--- a/app/dashboard/views/index.py
+++ b/app/dashboard/views/index.py
@@ -24,9 +24,9 @@ def index():
"A Test Email",
f"""
Hi {current_user.name}!
-This is a test to make sure that you receive emails sent from SimpleLogin
-If you have any questions, feel free to reply to this email :)
-Have a nice day
+This is a test to make sure that you receive emails sent from SimpleLogin.
+If you have any questions, feel free to reply to this email :).
+Have a nice day!
SimpleLogin team.
""",
)