Skip to content

Commit

Permalink
Change name to "Consultation analyser"
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinEtchells committed Apr 12, 2024
1 parent 09ade5e commit 1022f12
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Consultation Analyser
# Consultation analyser

The Consultation analyser is a machine learning and LLM-powered tool to automate the processing of public consultations.

Expand Down
4 changes: 2 additions & 2 deletions consultation_analyser/consultations/jinja2/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<head>
<meta charset="utf-8">
<title>{% if page_title %}{{ page_title }} - {% endif %}Consultation Analyser</title>
<title>{% if page_title %}{{ page_title }} - {% endif %}Consultation analyser</title>
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta name="theme-color" content="#0b0c0c">

Expand All @@ -31,7 +31,7 @@

{{ govukHeader({
"homepageUrl": "https://www.gov.uk",
"serviceName": "Consultations Analyser",
"serviceName": "Consultation analyser",
"serviceUrl": "/",
'navigation': [
{
Expand Down
2 changes: 1 addition & 1 deletion consultation_analyser/consultations/jinja2/privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{%- set page_title = "Privacy" -%}

{% block content %}
<h1 class="govuk-heading-l">Privacy notice for Consultations Analyser</h1>
<h1 class="govuk-heading-l">Privacy notice for Consultation analyser</h1>
<div class="govuk-body">
<p class="govuk-body-l">This notice sets out how we will use your personal data, and your rights. It is made under Articles 13 and/or 14 of the UK General Data Protection Regulation (UK GDPR).</p>

Expand Down
2 changes: 1 addition & 1 deletion prototype/app/views/layouts/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<head>
<meta charset="utf-8">
<title>{% block pageTitle %}{% endblock %} – Consultations Analyser - GOV.UK Prototype Kit</title>
<title>{% block pageTitle %}{% endblock %} – Consultation analyser - GOV.UK Prototype Kit</title>
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta name="theme-color" content="#0b0c0c">
<link rel="icon" sizes="48x48" href="/assets/images/favicon.ico">
Expand Down

0 comments on commit 1022f12

Please sign in to comment.