diff --git a/caps/templates/caps/home.html b/caps/templates/caps/home.html
index c932a462e..1d4f665d6 100644
--- a/caps/templates/caps/home.html
+++ b/caps/templates/caps/home.html
@@ -3,7 +3,7 @@
{% block content %}
-
Tracking the UK’s journey towards carbon zero
+
CAPE: Informing local action on climate change
What’s happening in your area?
{% include 'caps/includes/location-search-form.html' %}
diff --git a/caps/views.py b/caps/views.py
index f73f3affa..c8d2f2a8d 100755
--- a/caps/views.py
+++ b/caps/views.py
@@ -73,7 +73,7 @@ def get_context_data(self, **kwargs):
plan_size = file_size(plan_file)
context["plan_zip_size"] = plan_size
- context["page_title"] = "Tracking the UK’s journey towards carbon zero"
+ context["page_title"] = "CAPE: Informing local action on climate change"
return context