@ -3,7 +3,7 @@ class Form::Lettings::Questions::La < ::Form::Question
super
@id = "la"
@check_answer_label = "Local Authority"
@header = "What is the local authority of the property?"
@header = "What is the property’s local authority?"
@type = "select"
@check_answers_card_number = 0
@hint_text = ""
@ -3,7 +3,7 @@ class Form::Sales::Questions::PropertyLocalAuthority < ::Form::Question
@check_answer_label = "Local authority"
end
@ -18,7 +18,7 @@ RSpec.describe Form::Sales::Questions::PropertyLocalAuthority, type: :model do
it "has the correct header" do
expect(question.header).to eq("What is the local authority of the property?")
expect(question.header).to eq("What is the property’s local authority?")
it "has the correct check_answer_label" do