diff --git a/emails/teaminvite.html b/emails/teaminvite.html
index 948899d42..3d8ff9c14 100644
--- a/emails/teaminvite.html
+++ b/emails/teaminvite.html
@@ -2,9 +2,9 @@
{% block content %}
-
Invitation to join team {{ teamname }}
+Invitation to join team: {{ teamname }}
-{{ inviter | user_reference }} has invited you to join team {{ teamname }} under organization {{ organization | user_reference }}.
+{{ inviter | user_reference }} has invited you to join the team {{ teamname }} under organization {{ organization | user_reference }}.
diff --git a/test/data/test.db b/test/data/test.db
index 29f6e1444..68f838e57 100644
Binary files a/test/data/test.db and b/test/data/test.db differ