diff --git a/app/models/policies/international_relocation_payments/admin_tasks_presenter.rb b/app/models/policies/international_relocation_payments/admin_tasks_presenter.rb index 41d2c58227..c2bc8d1ee0 100644 --- a/app/models/policies/international_relocation_payments/admin_tasks_presenter.rb +++ b/app/models/policies/international_relocation_payments/admin_tasks_presenter.rb @@ -11,7 +11,8 @@ def initialize(claim) def arrival_date [ - ["Arrival date", eligibility.date_of_entry.to_fs(:govuk_date)] + ["Arrival date", eligibility.date_of_entry.to_fs(:govuk_date)], + ["Employment start date", eligibility.start_date&.to_fs(:govuk_date)] ] end diff --git a/config/locales/en.yml b/config/locales/en.yml index bdcd210ae9..57f882fdbb 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -834,7 +834,7 @@ en: visa: title: "Is the claimant’s visa type eligible for a claim?" arrival_date: - title: "Does the claimant’s arrival date match the above information from their claim?" + title: Has the claimant arrived in the UK within 3 months of contract start date? employment: title: "Does the claimant’s current school match the above information from their claim?" employment_contract: