diff --git a/components/case/representation/representationAgent.js b/components/case/representation/representationAgent.js index 9213c10c..93e66406 100644 --- a/components/case/representation/representationAgent.js +++ b/components/case/representation/representationAgent.js @@ -73,11 +73,22 @@ const RepAgent = (props) => { > ) : ( )} diff --git a/components/case/representation/representationAppellant.js b/components/case/representation/representationAppellant.js index d2db43da..f52b385c 100644 --- a/components/case/representation/representationAppellant.js +++ b/components/case/representation/representationAppellant.js @@ -73,11 +73,22 @@ const RepAppellant = (props) => { > ) : ( )} diff --git a/components/case/representation/representationCompleteSubmit.js b/components/case/representation/representationCompleteSubmit.js index f493477f..1c67af78 100644 --- a/components/case/representation/representationCompleteSubmit.js +++ b/components/case/representation/representationCompleteSubmit.js @@ -210,7 +210,18 @@ const RepCompleteSubmit = (props) => {
- 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
- )}
-
- You can make
- a
- representation
- by emailing{" "}
+ )} */}
+
{" "}
+ {t(
+ "case:representation-date-passed-additional-label"
+ )}{" "}
pedw.casework@gov.wales
diff --git a/components/myportal/myrepresentationsfromblob.js b/components/myportal/myrepresentationsfromblob.js
index fce1bf3c..5598b6fe 100644
--- a/components/myportal/myrepresentationsfromblob.js
+++ b/components/myportal/myrepresentationsfromblob.js
@@ -16,7 +16,7 @@ const MyRepresentations = (props) => {