@ -33,9 +33,9 @@ class Form::Sales::Questions::DepositAmount < ::Form::Question
defhint_text
if@optional
"Enter the total cash sum paid by the buyer towards the property that was not funded by the mortgage. As this is a fully staircased sale this question is optional. If you do not have the information available click save and continue"
"Enter the total cash sum paid by the buyer towards the property that was not funded by the mortgage. This excludes any grant or loan. As this is a fully staircased sale this question is optional. If you do not have the information available click save and continue"
else
"Enter the total cash sum paid by the buyer towards the property that was not funded by the mortgage"
"Enter the total cash sum paid by the buyer towards the property that was not funded by the mortgage. This excludes any grant or loan"
@ -32,7 +32,7 @@ RSpec.describe Form::Sales::Questions::DepositAmount, type: :model do
end
it"has the correct hint"do
expect(question.hint_text).toeq("Enter the total cash sum paid by the buyer towards the property that was not funded by the mortgage")
expect(question.hint_text).toeq("Enter the total cash sum paid by the buyer towards the property that was not funded by the mortgage. This excludes any grant or loan")
end
it"has correct width"do
@ -55,7 +55,7 @@ RSpec.describe Form::Sales::Questions::DepositAmount, type: :model do
expect(question.hint_text).toeq("Enter the total cash sum paid by the buyer towards the property that was not funded by the mortgage. As this is a fully staircased sale this question is optional. If you do not have the information available click save and continue")
expect(question.hint_text).toeq("Enter the total cash sum paid by the buyer towards the property that was not funded by the mortgage. This excludes any grant or loan. As this is a fully staircased sale this question is optional. If you do not have the information available click save and continue")