Skip to content

Commit

Permalink
CIV-14675 Incorrect claim list status (#4219)
Browse files Browse the repository at this point in the history
* CIV-14675 set up defendant status

* CIV-14675 update check

---------

Co-authored-by: Johnny Vineall <[email protected]>
Co-authored-by: Paul Pearson <[email protected]>
  • Loading branch information
3 people committed Jul 24, 2024
1 parent d4ac136 commit f2c6444
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/common/models/dashboard/dashboardItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ export class DashboardDefendantItem extends DashboardItem {
DEFENDANT_APPLY_NOC: {translationKey: 'PAGES.DASHBOARD.STATUS_DEFENDANT.RESPONSE_BY_POST'},
DECISION_FOR_RECONSIDERATION_MADE: { translationKey: 'PAGES.DASHBOARD.STATUS_DEFENDANT.DECISION_ON_RECONSIDERATION' },
HEARING_FEE_UNPAID: { translationKey: 'PAGES.DASHBOARD.STATUS_DEFENDANT.HEARING_FEE_UNPAID'},
WAITING_FOR_CLAIMANT_INTENT_DOC_UPLOAD: {translationKey: 'PAGES.DASHBOARD.STATUS_DEFENDANT.WAITING_CLAIMANT_INTENT_DOC_UPLOAD'},
};
}
}
Expand Down
1 change: 1 addition & 0 deletions src/main/modules/i18n/locales/cy.json
Original file line number Diff line number Diff line change
Expand Up @@ -2089,6 +2089,7 @@
"SETTLEMENT_SIGNED": "Mae'r ddau ohonoch wedi llofnodi cytundeb setlo.",
"SDO_ORDER_STATUS": "Mae’r llys wedi cyhoeddi gorchymyn; ni ellir parhau â’r hawliad hwn ar-lein a bydd yn rhaid defnyddio ffurflenni papur.",
"TRIAL_OR_HEARING_SCHEDULED": "Mae Gwrandawiad neu Dreial wedi'i drefnu ar gyfer yr achos hwn.",
"WAITING_CLAIMANT_INTENT_DOC_UPLOAD": "Mae'r dogfennau'n cael eu cyfieithu.",
"WAITING_COURT_REVIEW": "Aros i'r llys adolygu'r achos.",
"BOTH_SIGNED_SETTLEMENT_AGREEMENT": "Mae'r ddau ohonoch wedi llofnodi cytundeb setlo.",
"CLAIMANT_SIGNED_SETTLEMENT_AGREEMENT": "{{ claimantName }} asked you to sign a settlement agreement.",
Expand Down
1 change: 1 addition & 0 deletions src/main/modules/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2089,6 +2089,7 @@
"SETTLEMENT_SIGNED": "You’ve both signed a settlement agreement.",
"SDO_ORDER_STATUS": "An order has been issued by the court, this claim will now proceed offline.",
"TRIAL_OR_HEARING_SCHEDULED": "A Trial or Hearing has been scheduled for this case.",
"WAITING_CLAIMANT_INTENT_DOC_UPLOAD": "The documents are being translated.",
"WAITING_COURT_REVIEW": "Wait for the court to review the case.",
"BOTH_SIGNED_SETTLEMENT_AGREEMENT": "You’ve both signed a settlement agreement.",
"CLAIMANT_SIGNED_SETTLEMENT_AGREEMENT": "{{ claimantName }} asked you to sign a settlement agreement.",
Expand Down

0 comments on commit f2c6444

Please sign in to comment.