Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CIV-14062 action caption on APPLICATION_ADD_PAYMENT status #4208

Merged
4 changes: 2 additions & 2 deletions src/main/modules/i18n/locales/cy.json
Original file line number Diff line number Diff line change
Expand Up @@ -2794,7 +2794,7 @@
"STATES": {
"PENDING_APPLICATION_ISSUED": "General Application Issue Pending",
"AWAITING_RESPONDENT_RESPONSE": "Awaiting Respondent Response",
"APPLICATION_ADD_PAYMENT": "Application Additional Payment",
"APPLICATION_ADD_PAYMENT": "Pay the additional application fee",
"APPLICATION_SUBMITTED_AWAITING_JUDICIAL_DECISION": "Application Submitted - Awaiting Judicial Decision",
"ADDITIONAL_RESPONSE_TIME_EXPIRED": "Additional Response Time Expired",
"ADDITIONAL_RESPONSE_TIME_PROVIDED": "Additional Response Time Provided",
Expand All @@ -2815,7 +2815,7 @@
"THE_STATUS_CHANGE": "The status of an application will change as it progresses. An application with a 'To do' status means you need to take action. For example, paying an application fee or responding.",
"THESE_ARE_APPS": "These are the applications that have been made by you or the other parties. The 'other parties' are the other side or sides involved in your claim.",
"TITLE": "All applications",
"TO_DO": "To do",
"TO_DO": "To Do",
"VIEW_APPLICATION": "View application"
},
"INFORM_OTHER_PARTIES": {
Expand Down
4 changes: 2 additions & 2 deletions src/main/modules/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2794,7 +2794,7 @@
"STATES": {
"PENDING_APPLICATION_ISSUED": "General Application Issue Pending",
"AWAITING_RESPONDENT_RESPONSE": "Awaiting Respondent Response",
"APPLICATION_ADD_PAYMENT": "Application Additional Payment",
"APPLICATION_ADD_PAYMENT": "Pay the additional application fee",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this change required in cy.json as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All these fields are still in English in cy.json

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think both files should be consistent.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right. Both changed now. Thanks

"APPLICATION_SUBMITTED_AWAITING_JUDICIAL_DECISION": "Application Submitted - Awaiting Judicial Decision",
"ADDITIONAL_RESPONSE_TIME_EXPIRED": "Additional Response Time Expired",
"ADDITIONAL_RESPONSE_TIME_PROVIDED": "Additional Response Time Provided",
Expand All @@ -2815,7 +2815,7 @@
"THE_STATUS_CHANGE": "The status of an application will change as it progresses. An application with a 'To do' status means you need to take action. For example, paying an application fee or responding.",
"THESE_ARE_APPS": "These are the applications that have been made by you or the other parties. The 'other parties' are the other side or sides involved in your claim.",
"TITLE": "All applications",
"TO_DO": "To do",
"TO_DO": "To Do",
"VIEW_APPLICATION": "View application"
},
"INFORM_OTHER_PARTIES": {
Expand Down
Loading