@ -6,7 +6,7 @@ class Form::Lettings::Questions::Renewal < ::Form::Question
@header="Is this letting a renewal?"
@type="radio"
@answer_options=ANSWER_OPTIONS
@hint_text="A renewal is a letting to the same tenant in the same property"
@hint_text="A renewal is a letting to the same tenant in the same property. If the property was previously being used as temporary accommodation, then answer 'no'"
@ -28,7 +28,7 @@ RSpec.describe Form::Lettings::Questions::Renewal, type: :model do
end
it"has the correct hint_text"do
expect(question.hint_text).toeq("A renewal is a letting to the same tenant in the same property")
expect(question.hint_text).toeq("A renewal is a letting to the same tenant in the same property. If the property was previously being used as temporary accommodation, then answer 'no'")