updated welsh translations
This commit is contained in:
@@ -447,15 +447,19 @@ const CaseSummary = (props) => {
|
||||
"watchedCases"
|
||||
);
|
||||
alert(
|
||||
"You have stopped watching case " +
|
||||
t(
|
||||
"case:you-have-stopped-watching-label"
|
||||
) +
|
||||
props.currentView
|
||||
.caseReference
|
||||
.currentReference
|
||||
);
|
||||
}}
|
||||
title="Stop watching this case"
|
||||
title={t(
|
||||
"case:stop-watching-case-link"
|
||||
)}
|
||||
>
|
||||
Stop watching this case{" "}
|
||||
{t("case:stop-watching-case-link")}{" "}
|
||||
</span>
|
||||
) : (
|
||||
<span
|
||||
@@ -472,14 +476,17 @@ const CaseSummary = (props) => {
|
||||
.appealType
|
||||
);
|
||||
alert(
|
||||
"You are watching case " +
|
||||
t(
|
||||
"case:you-are-watching-label"
|
||||
) +
|
||||
" " +
|
||||
props.currentView
|
||||
.caseReference
|
||||
.currentReference
|
||||
);
|
||||
}}
|
||||
>
|
||||
Watch this case
|
||||
{t("case:watch-this-case-link")}
|
||||
</span>
|
||||
))}
|
||||
|
||||
@@ -505,9 +512,9 @@ const CaseSummary = (props) => {
|
||||
// item.title
|
||||
// );
|
||||
}}
|
||||
title="Watch this case"
|
||||
title={t("case:watch-this-case-link")}
|
||||
>
|
||||
Watch this case
|
||||
{t("case:watch-this-case-link")}
|
||||
</span>
|
||||
)}
|
||||
</div>
|
||||
@@ -524,7 +531,10 @@ const CaseSummary = (props) => {
|
||||
detailsObj.pinswg_representation_period_end_date
|
||||
) && (
|
||||
<div className="govuk-body">
|
||||
Representation Period ended on{" "}
|
||||
{t(
|
||||
"case:representation-period-ended-on-label"
|
||||
)}
|
||||
|
||||
{formatDates(
|
||||
detailsObj.pinswg_representation_period_end_date
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user