diff --git a/ipi-survey-platform/src/pages/History/History.jsx b/ipi-survey-platform/src/pages/History/History.jsx
index 199f27a..8c2ff1c 100644
--- a/ipi-survey-platform/src/pages/History/History.jsx
+++ b/ipi-survey-platform/src/pages/History/History.jsx
@@ -314,7 +314,7 @@ const formatExportDateTime = (value) => {
{ value: 'approved', label: 'Approved' },
{ value: 'rejected', label: 'Rejected' },
{ value: 'submitted', label: 'Submitted' },
- { value: 'resubmitted', label: 'ReSubmitted' },
+ { value: 'resubmitted', label: 'Resubmitted' },
];
const filteredRows = useMemo(() => {
@@ -810,6 +810,7 @@ const tableRows = auditHistory.map((entry, index) => {
+