diff --git a/app/templates/components/email-message.html b/app/templates/components/email-message.html
index 6099d4341..9766c17d6 100644
--- a/app/templates/components/email-message.html
+++ b/app/templates/components/email-message.html
@@ -50,7 +50,7 @@
{% if not expanded %}
{% endif %}
- {{ body|nl2br }}
+ {{ body }}
{% if not expanded %}
...show full email
diff --git a/app/templates/views/api-keys.html b/app/templates/views/api-keys.html
index 34dac7304..78ba560ed 100644
--- a/app/templates/views/api-keys.html
+++ b/app/templates/views/api-keys.html
@@ -3,7 +3,7 @@
{% from "components/api-key.html" import api_key %}
{% block page_title %}
- API keys – GOV.UK Notify
+ API integration – GOV.UK Notify
{% endblock %}
{% block maincolumn_content %}
diff --git a/app/templates/views/register-from-invite.html b/app/templates/views/register-from-invite.html
index df9cf8221..38b277c31 100644
--- a/app/templates/views/register-from-invite.html
+++ b/app/templates/views/register-from-invite.html
@@ -14,7 +14,7 @@ Create an account – GOV.UK Notify
Your account will be created with this email: {{email_address}}