Merged PR 2321: updated welsh status on search results and status tab descriptions

updated welsh status on search results and status tab descriptions

Related work items: #23044, #23045
This commit is contained in:
Robert Bond
2026-05-14 15:03:36 +00:00
parent c2ae6964f9
commit 5a8fd73bfd
5 changed files with 314 additions and 70 deletions
+2 -2
View File
@@ -67,8 +67,8 @@ const StatusDetails = (props) => {
onClick={handleToggleAll}
>
{expandAll === true
? t("case:status-show-all-label")
: t("case:status-hide-all-label")}
? t("case:status-hide-all-label")
: t("case:status-show-all-label")}
</button>
<ul className="govuk-task-list">
{stages.map((stage) => {
@@ -71,7 +71,7 @@ export const stagesByCaseType = {
{
stageId: 846040013,
titleKey: "case-closed",
descriptionKey: "case-closed-desc"
descriptionKey: "case-closed-desc-application"
}
]),
@@ -193,12 +193,12 @@ export const stagesByCaseType = {
{
stageId: 846040024,
titleKey: "application-validated",
descriptionKey: "application-validated-desc"
descriptionKey: "application-validated-desc-callin"
},
{
stageId: 1,
titleKey: "case-in-progress",
descriptionKey: "case-in-progress-desc"
descriptionKey: "case-in-progress-desc-callin"
},
{
stageId: 846040025,
@@ -208,17 +208,17 @@ export const stagesByCaseType = {
{
stageId: 846040026,
titleKey: "representations-period",
descriptionKey: "representations-period-desc"
descriptionKey: "representations-period-desc-callin"
},
{
stageId: 846040019,
titleKey: "final-comments",
descriptionKey: "final-comments-desc"
descriptionKey: "final-comments-desc-callin"
},
{
stageId: 846040020,
titleKey: "event",
descriptionKey: "event-desc"
descriptionKey: "event-desc-callin"
},
{
stageId: 846040021,
@@ -238,7 +238,7 @@ export const stagesByCaseType = {
{
stageId: 846040013,
titleKey: "case-closed",
descriptionKey: "case-closed-desc"
descriptionKey: "case-closed-desc-callin"
}
]),
@@ -352,7 +352,7 @@ export const stagesByCaseType = {
{
stageId: 846040013,
titleKey: "case-closed",
descriptionKey: "case-closed-desc"
descriptionKey: "case-closed-desc-application"
}
]),
@@ -380,17 +380,17 @@ export const stagesByCaseType = {
{
stageId: 846040010,
titleKey: "statements",
descriptionKey: "statements-desc"
descriptionKey: "statements-desc-order"
},
{
stageId: 846040019,
titleKey: "final-comments",
descriptionKey: "final-comments-desc"
descriptionKey: "final-comments-desc-order"
},
{
stageId: 846040037,
titleKey: "event-site-visit",
descriptionKey: "event-site-visit-desc"
descriptionKey: "event-site-visit-desc-order"
},
{
stageId: 846040022,
@@ -400,7 +400,7 @@ export const stagesByCaseType = {
{
stageId: 846040013,
titleKey: "case-closed",
descriptionKey: "case-closed-desc"
descriptionKey: "case-closed-desc-order"
}
]),
@@ -438,7 +438,7 @@ export const stagesByCaseType = {
{
stageId: 846040013,
titleKey: "case-closed",
descriptionKey: "case-closed-desc"
descriptionKey: "case-closed-desc-application"
}
]),
@@ -461,7 +461,7 @@ export const stagesByCaseType = {
{
stageId: 1,
titleKey: "case-started-case-in-progress",
descriptionKey: "case-in-progress-desc"
descriptionKey: "case-in-progress-desc-callin"
},
{
stageId: 846040017,
@@ -597,7 +597,7 @@ export const stagesByCaseType = {
{
stageId: 846040013,
titleKey: "case-closed",
descriptionKey: "case-closed-desc"
descriptionKey: "case-closed-desc-application"
}
]),
@@ -625,17 +625,17 @@ export const stagesByCaseType = {
{
stageId: 846040010,
titleKey: "statements",
descriptionKey: "statements-desc"
descriptionKey: "statements-desc-order"
},
{
stageId: 846040019,
titleKey: "final-comments",
descriptionKey: "final-comments-desc"
descriptionKey: "final-comments-desc-cpo"
},
{
stageId: 846040037,
titleKey: "event-site-visit",
descriptionKey: "event-site-visit-desc"
descriptionKey: "event-site-visit-desc-order"
},
{
stageId: 846040011,
@@ -645,7 +645,7 @@ export const stagesByCaseType = {
{
stageId: 846040013,
titleKey: "case-closed",
descriptionKey: "case-closed-desc"
descriptionKey: "case-closed-desc-order"
}
]),
@@ -687,7 +687,7 @@ export const stagesByCaseType = {
{
stageId: 846040013,
titleKey: "case-closed",
descriptionKey: "case-closed-desc"
descriptionKey: "case-closed-desc-application"
}
]),