diff --git a/src/tjts5901/templates/addItem.html b/src/tjts5901/templates/addItem.html
index 46734121041f4c47a7fc4d7d7019e06b2a3fd102..8a26d16e690ced99a01367f08f30c107a28402f3 100644
--- a/src/tjts5901/templates/addItem.html
+++ b/src/tjts5901/templates/addItem.html
@@ -1,7 +1,7 @@
 {% extends 'base.html' %}
 
 {% block header %}
-<h1>{% block title %}Access tokens{% endblock %}</h1>
+<h1>{% block title %}Sell items{% endblock %}</h1>
 {% endblock %}
 
 {% block content %}
diff --git a/src/tjts5901/templates/listBid.html b/src/tjts5901/templates/listBid.html
index be83e8dfbb6777cf117d03aeeb3ff9c6f31da604..c770764781d33632a39c89aa82ca2dc34cc72efc 100644
--- a/src/tjts5901/templates/listBid.html
+++ b/src/tjts5901/templates/listBid.html
@@ -1,7 +1,7 @@
 {% extends 'base.html' %}
 
 {% block header %}
-  <h1>{% block title %}Access tokens{% endblock %}</h1>
+  <h1>{% block title %}View all items currently on auction {% endblock %}</h1>
 {% endblock %}
 
 {% block content %}