diff --git a/config/forms/2021_2022.json b/config/forms/2021_2022.json index 424bdbafb..c8e288eaa 100644 --- a/config/forms/2021_2022.json +++ b/config/forms/2021_2022.json @@ -1135,7 +1135,7 @@ }, "household": { "label": "About the household", - "description": "Make sure the tenant has seen the Department for Levelling Up, Housing & Communities (DLUHC) privacy notice before completing this section.", + "description": "Make sure the tenant has seen the Department for Levelling Up, Housing & Communities (DLUHC) privacy notice before completing this section.", "subsections": { "household_characteristics": { "label": "Household characteristics", diff --git a/public/files/privacy-notice.pdf b/public/files/privacy-notice.pdf deleted file mode 100644 index 6c702e39d..000000000 Binary files a/public/files/privacy-notice.pdf and /dev/null differ diff --git a/spec/views/form/page_view_spec.rb b/spec/views/form/page_view_spec.rb index 252416974..2cc5bde7d 100644 --- a/spec/views/form/page_view_spec.rb +++ b/spec/views/form/page_view_spec.rb @@ -34,9 +34,9 @@ RSpec.describe "form/page" do end context "with a page containing a description" do - let(:description) { "Test description with link." } + let(:description) { "Test description with link." } let(:page_attributes) { { description: description } } - let(:expected_html) { '
Test description with link.
' } + let(:expected_html) { 'Test description with link.
' } it "renders the description" do expect(rendered).to match(expected_html)