Skip to content

Commit

Permalink
updated page title name for two new pages
Browse files Browse the repository at this point in the history
  • Loading branch information
zaiziclebby committed Nov 2, 2023
1 parent 7111c28 commit 24c22d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/templates/main/how-to-use-this-service.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "base.html" %}

{% block pageTitle %}Dashboard – {{config['SERVICE_NAME']}} – GOV.UK{% endblock %}
{% block pageTitle %}How to use this service – {{config['SERVICE_NAME']}} – GOV.UK{% endblock %}

{% block beforeContent %}
{{ super() }}
Expand Down
2 changes: 1 addition & 1 deletion app/templates/start-page.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{%- from 'govuk_frontend_jinja/components/inset-text/macro.html' import govukInsetText -%}

{% block pageTitle %}Dashboard – {{config['SERVICE_NAME']}} – GOV.UK{% endblock %}
{% block pageTitle %}Start page – {{config['SERVICE_NAME']}} – GOV.UK{% endblock %}

{% block beforeContent %}
{{ super() }}
Expand Down

0 comments on commit 24c22d1

Please sign in to comment.