diff --git a/spec/models/form/lettings/questions/max_rent_value_check_spec.rb b/spec/models/form/lettings/questions/max_rent_value_check_spec.rb index 5ef200b8a..0fea335c4 100644 --- a/spec/models/form/lettings/questions/max_rent_value_check_spec.rb +++ b/spec/models/form/lettings/questions/max_rent_value_check_spec.rb @@ -28,7 +28,7 @@ RSpec.describe Form::Lettings::Questions::MaxRentValueCheck, type: :model do end it "has the correct hint" do - expect(question.hint_text).to eq("This is higher than we would expect. Check:") + expect(question.hint_text).to eq("Check the following:") end it "has the correct answer_options" do diff --git a/spec/models/form/lettings/questions/min_rent_value_check_spec.rb b/spec/models/form/lettings/questions/min_rent_value_check_spec.rb index dc836a17d..fec1e7d97 100644 --- a/spec/models/form/lettings/questions/min_rent_value_check_spec.rb +++ b/spec/models/form/lettings/questions/min_rent_value_check_spec.rb @@ -28,7 +28,7 @@ RSpec.describe Form::Lettings::Questions::MinRentValueCheck, type: :model do end it "has the correct hint" do - expect(question.hint_text).to eq("This is lower than we would expect. Check:") + expect(question.hint_text).to eq("Check the following:") end it "has the correct answer_options" do