diff --git a/app/models/form/lettings/questions/startertenancy.rb b/app/models/form/lettings/questions/startertenancy.rb index 10f5946d3..1cc3eafae 100644 --- a/app/models/form/lettings/questions/startertenancy.rb +++ b/app/models/form/lettings/questions/startertenancy.rb @@ -6,7 +6,7 @@ class Form::Lettings::Questions::Startertenancy < ::Form::Question @header = "Is this a starter tenancy?" @type = "radio" @check_answers_card_number = 0 - @hint_text = "" + @hint_text = "This is also known as an ‘introductory period’." @answer_options = ANSWER_OPTIONS @question_number = 26 end diff --git a/config/forms/2022_2023.json b/config/forms/2022_2023.json index dbfed6b4a..e49f125ed 100644 --- a/config/forms/2022_2023.json +++ b/config/forms/2022_2023.json @@ -984,7 +984,7 @@ "startertenancy": { "check_answer_label": "Is this a starter or introductory tenancy?", "header": "Is this a starter tenancy?", - "hint_text": "", + "hint_text": "This is also known as an ‘introductory period’.", "type": "radio", "answer_options": { "1": {