diff --git a/cope2n-fe/src/locales/en/messages.json b/cope2n-fe/src/locales/en/messages.json
index 47da522..8250383 100644
--- a/cope2n-fe/src/locales/en/messages.json
+++ b/cope2n-fe/src/locales/en/messages.json
@@ -40,6 +40,7 @@
   "Remove this image from the evaluation report": "Remove this image from the evaluation report",
   "Report Details": "Report Details",
   "Report Filters": "Report Filters",
+  "Review Filters": "Review Filters",
   "Report Type": "Report Type",
   "Reports": "Reports",
   "Retry": "Retry",
diff --git a/cope2n-fe/src/locales/vi/messages.json b/cope2n-fe/src/locales/vi/messages.json
index 924a65a..3b1b6dd 100644
--- a/cope2n-fe/src/locales/vi/messages.json
+++ b/cope2n-fe/src/locales/vi/messages.json
@@ -40,6 +40,7 @@
   "Remove this image from the evaluation report": "",
   "Report Details": "",
   "Report Filters": "",
+  "Review Filters": "",
   "Report Type": "",
   "Reports": "",
   "Retry": "Thử lại",
diff --git a/cope2n-fe/src/pages/reviews2/DocumentHeadInfo.tsx b/cope2n-fe/src/pages/reviews2/DocumentHeadInfo.tsx
index 50b811b..aa2d710 100644
--- a/cope2n-fe/src/pages/reviews2/DocumentHeadInfo.tsx
+++ b/cope2n-fe/src/pages/reviews2/DocumentHeadInfo.tsx
@@ -13,14 +13,14 @@ const DocumentHeadInfo = ({ currentRequest }) => {
         },
         {
             key: '2',
-            label: 'Redemption ID',
-            children: currentRequest?.RedemptionID,
+            label: 'Raw accuracy',
+            children: currentRequest?.raw_accuracy,
             labelStyle: { color: '#333', width: '200px' }
         },
         {
             key: '3',
-            label: 'Raw accuracy',
-            children: currentRequest?.raw_accuracy,
+            label: 'Redemption ID',
+            children: currentRequest?.RedemptionID,
             span: 2,
             labelStyle: { color: '#333', width: '200px' }
         },
diff --git a/cope2n-fe/src/pages/reviews2/index.tsx b/cope2n-fe/src/pages/reviews2/index.tsx
index cd00d33..822ecae 100644
--- a/cope2n-fe/src/pages/reviews2/index.tsx
+++ b/cope2n-fe/src/pages/reviews2/index.tsx
@@ -849,7 +849,7 @@ const ReviewPage = () => {
         </div>
       </div>
       <Modal
-        title={t`Report Filters`}
+        title={t`Review Filters`}
         open={isModalOpen}
         width={700}
         onOk={() => {