welsh lang updates

This commit is contained in:
2024-06-10 10:36:27 +01:00
parent ab7f050a1e
commit f8a2d44443
14 changed files with 132 additions and 94 deletions
+28 -8
View File
@@ -409,7 +409,7 @@ const CaseSummary = (props) => {
)}
<div className="govuk-summary-list__row">
<dt className="govuk-summary-list__key">
Last modified
{t("case:summary-last-modified-label")}
</dt>
<dd className="govuk-summary-list__value">
{detailsObj.modifiedon > casesObj.modifiedon
@@ -492,7 +492,28 @@ const CaseSummary = (props) => {
<div className="govuk-grid-column-full govuk-!-padding-left-0">
<div className="govuk-button-group">
<p className="govuk-body">
The
{t(
"case:representation-date-passed-label",
{
startDate:
formatDates(
detailsObj.pinswg_startdate
),
endDate:
props
.currentView
.caseReference
.appealType ==
846040019
? formatDates(
detailsObj.pinswg_statementduedate
)
: formatDates(
detailsObj.pinswg_finalcommentsduedate
),
}
)}
{/* The
representation
period for
this appeal
@@ -511,12 +532,11 @@ const CaseSummary = (props) => {
)
: formatDates(
detailsObj.pinswg_finalcommentsduedate
)}
<br />
You can make
a
representation
by emailing{" "}
)} */}
<br />{" "}
{t(
"case:representation-date-passed-additional-label"
)}{" "}
<Link href="mailto:pedw.casework@gov.wales">
pedw.casework@gov.wales
</Link>