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:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user