Skip to content

Commit dce226d

Browse files
Merge branch 'main' into feature/resolve-celery
2 parents 1b7a50c + 34398bb commit dce226d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/search/templates/intro.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="govuk-grid-row">
22
<div class="govuk-grid-column-two-thirds">
3-
<h1 class="govuk-heading-xl govuk-!-margin-bottom-4">Find laws and regulations for business</h1>
3+
<h1 class="govuk-heading-xl govuk-!-margin-bottom-4">Find business regulations and guidance</h1>
44
<p class="govuk-body-s govuk-!-margin-bottom-7">From: <a href="#"
55
class="govuk-link govuk-link--no-visited-state">Department for Business
66
and Trade</a></p>

react_front_end/src/App.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function App() {
147147
<div className="govuk-form-group ">
148148
<fieldset className="govuk-fieldset">
149149
<legend className="govuk-fieldset__legend govuk-fieldset__legend--m">
150-
<h2 className="govuk-fieldset__heading">Document types</h2>
150+
<h2 className="govuk-fieldset__heading">Document type</h2>
151151
</legend>
152152
<CheckboxFilter
153153
checkboxData={DOCUMENT_TYPES}

0 commit comments

Comments
 (0)