Browse Source

Update soft validation content

pull/1910/head
Kat 3 years ago
parent
commit
f9bb8838c5
  1. 5
      app/models/form/lettings/pages/referral_value_check.rb
  2. 3
      config/locales/en.yml

5
app/models/form/lettings/pages/referral_value_check.rb

@ -6,7 +6,10 @@ class Form::Lettings::Pages::ReferralValueCheck < ::Form::Page
@title_text = {
"translation" => "soft_validations.referral.title_text",
}
@informative_text = ""
@informative_text = {
"translation" => "soft_validations.referral.hint_text",
"arguments" => [],
}
end
def questions

3
config/locales/en.yml

@ -706,6 +706,9 @@ Make sure these answers are correct."
mortgage:
title_text: "You told us that the mortgage amount is %{mortgage}"
hint_text: "This is more than 5 times the income, which is higher than we would expect."
referral:
title_text: "Are you sure?"
hint_text: "This is a general needs log, and this referral type is for supported housing."
devise:
email:

Loading…
Cancel
Save