Skip to content

Commit

Permalink
Merge pull request #3189 from DFE-Digital/LUPEYALPHA-1044/update-stud…
Browse files Browse the repository at this point in the history
…ent-loan-copy

[LUPEYALPHA-1044] Fix missing translation
  • Loading branch information
rjlynch authored Sep 18, 2024
2 parents bdef76e + b7fe8cd commit e37194c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ def identity_confirmation
end

def student_loan_plan
[]
[
["Student loan plan", claim.student_loan_plan&.humanize]
]
end

private
Expand Down
2 changes: 2 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,8 @@ en:
claimant_answers:
true: "Yes"
false: "No"
student_loan_plan:
title: "Does the claimant’s student loan plan match the information we hold about their loan?"
forms:
ineligible:
courses:
Expand Down

0 comments on commit e37194c

Please sign in to comment.