Skip to content

Commit

Permalink
Merge branch 'main' into EL-1631-remove-check-anwers-yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MazOneTwoOne authored Aug 30, 2024
2 parents dc5aa45 + 3211633 commit 684d12c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
field_name: "percentage_owned",
counter:,
label: t("question_flow.#{i18n_key}.percentage_owned.input"),
hint: (t("question_flow.additional_property_details.percentage_owned.hint") if @check.partner && !partner),
hint: t("question_flow.#{i18n_key}.percentage_owned.hint"),
value: model.percentage_owned,
label_size: "m"

Expand Down
1 change: 1 addition & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1594,6 +1594,7 @@ en:
input_hint: Check the statement from the mortgage provider or lender and include any other loans secured against the property
percentage_owned:
input: What percentage share does the partner own?
hint: ""
vehicles_details:
heading: Tell us about the vehicle
vehicle: Vehicle
Expand Down

0 comments on commit 684d12c

Please sign in to comment.