diff --git a/opentech/apply/dashboard/templates/dashboard/dashboard.html b/opentech/apply/dashboard/templates/dashboard/dashboard.html index 520dda61fb12d746d8eccb79c132060caf4ed232..fbe73a38453efe082e7fd9a60c0d1d56e1f536c5 100644 --- a/opentech/apply/dashboard/templates/dashboard/dashboard.html +++ b/opentech/apply/dashboard/templates/dashboard/dashboard.html @@ -7,7 +7,7 @@ {% endblock %} {% block content %} -<h1>Recieved Content</h1> +<h1>Received Content</h1> <h3>Track and explore recent submissions</h3> {% render_table object_list %} {% endblock %}