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) => {