diff --git a/locales/cy/case.json b/locales/cy/case.json
index e5dae20e..a0490f05 100644
--- a/locales/cy/case.json
+++ b/locales/cy/case.json
@@ -96,6 +96,7 @@
"trying-to-watch-case-redirect-label": "Fe'ch anogir nawr i fewngofnodi",
"you-have-stopped-watching-label": "Ydych chi am roi'r gorau i wylio achos ",
"do-you-want-to-delete-case-label": "Ydych chi am ddileu achos",
+ "do-you-want-to-delete-rep-label": "Ydych chi eisiau dileu cynrychiolaeth sy'n aros i'w chyflwyno",
"do-you-want-to-delete-case-disclaimer-label": "Ar ôl dileu, bydd yr holl wybodaeth a gyflwynwyd gennych yn cael ei cholli.",
"representation-date-passed-label": "Mae'r cyfnod cyflwyno sylwadau ar gyfer yr apêl hon rhwng {{startDate}} a {{endDate}}",
"representation-date-passed-additional-label": "Gallwch wneud sylw drwy e-bostio,",
diff --git a/locales/en/case.json b/locales/en/case.json
index 4d4c6be7..fac349c1 100644
--- a/locales/en/case.json
+++ b/locales/en/case.json
@@ -96,6 +96,7 @@
"trying-to-watch-case-redirect-label": "You will now be prompted to sign in",
"you-have-stopped-watching-label": "Do you want to stop watching case ",
"do-you-want-to-delete-case-label": "Do you want to delete case ",
+ "do-you-want-to-delete-rep-label": "Do you want to delete representation awaiting submission",
"do-you-want-to-delete-case-disclaimer-label": "Once deleted all information you have submited, will be lost.",
"representation-date-passed-label": "The representation period for this appeal is between {{startDate}} and {{endDate}}",
"representation-date-passed-additional-label": "You can make a representation by emailing,",
diff --git a/pages/storageAdmin.js b/pages/storageAdmin.js
index 6c2d4927..7be543c3 100644
--- a/pages/storageAdmin.js
+++ b/pages/storageAdmin.js
@@ -111,7 +111,7 @@ const deleteCaseItem = (containerID, caseID) => {
};
export default function StoragePage(props) {
- const { data, userData } = props;
+ const { data, userData, repCompleteCount } = props;
const [showRepJson, setShowRepJson] = useState(true);
const [showTmpFile, setShowTmpFile] = useState(true);
const [whichTab, setWhichTab] = useState("storage");
@@ -174,6 +174,12 @@ export default function StoragePage(props) {
id="storage"
>
Storage Account Contents
+ {repCompleteCount > 0 && (
+
+ Number of Orphaned Reps:{" "}
+ {repCompleteCount}
+