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:
- the decimal point
- the frequency, for example every week or every calendar month
- the rent type is correct, for example affordable or social rent
")
+ expect(question.hint_text).to eq("Check the following:- the decimal point
- the frequency, for example every week or every calendar month
- the rent type is correct, for example affordable or social rent
")
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:- the decimal point
- the frequency, for example every week or every calendar month
- the rent type is correct, for example affordable or social rent
")
+ expect(question.hint_text).to eq("Check the following:- the decimal point
- the frequency, for example every week or every calendar month
- the rent type is correct, for example affordable or social rent
")
end
it "has the correct answer_options" do