Browse Source

CLDC-1794 Update hint for starter tenancy (#1655)

# Context

- https://digital.dclg.gov.uk/jira/browse/CLDC-1794

# Changes

- Update hint text for lettings 22/23 and 23/24
pull/1664/head
Phil Lee 2 years ago committed by GitHub
parent
commit
3c6c40c697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/models/form/lettings/questions/startertenancy.rb
  2. 2
      config/forms/2022_2023.json

2
app/models/form/lettings/questions/startertenancy.rb

@ -6,7 +6,7 @@ class Form::Lettings::Questions::Startertenancy < ::Form::Question
@header = "Is this a starter tenancy?" @header = "Is this a starter tenancy?"
@type = "radio" @type = "radio"
@check_answers_card_number = 0 @check_answers_card_number = 0
@hint_text = "" @hint_text = "This is also known as an ‘introductory period’."
@answer_options = ANSWER_OPTIONS @answer_options = ANSWER_OPTIONS
@question_number = 26 @question_number = 26
end end

2
config/forms/2022_2023.json

@ -984,7 +984,7 @@
"startertenancy": { "startertenancy": {
"check_answer_label": "Is this a starter or introductory tenancy?", "check_answer_label": "Is this a starter or introductory tenancy?",
"header": "Is this a starter tenancy?", "header": "Is this a starter tenancy?",
"hint_text": "", "hint_text": "This is also known as an ‘introductory period’.",
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
"1": { "1": {

Loading…
Cancel
Save