diff --git a/src/pages/Proof/Reply_Public/ProofForm.js b/src/pages/Proof/Reply_Public/ProofForm.js
index 19af85f..bba41c7 100644
--- a/src/pages/Proof/Reply_Public/ProofForm.js
+++ b/src/pages/Proof/Reply_Public/ProofForm.js
@@ -491,7 +491,7 @@ const FormPanel = ({ formData }) => {
{
- setWarningTitle(intl.formatMessage({ id: "payDn" }))
+ setWarningTitle(intl.formatMessage({ id: "payNPGO" }))
setWarningText(
<>
diff --git a/src/translations/en.json b/src/translations/en.json
index 9f641f6..0a52552 100644
--- a/src/translations/en.json
+++ b/src/translations/en.json
@@ -419,7 +419,7 @@
"confirmingDealine": "Deadline for Confirming Proof",
"PaymentCoonpletDealine": "Deadline for Payment Completion",
"payOnline":"Pay online via this system PNSPS",
- "payDn":"Pay by issuance of General Demand Note (Note)",
+ "payDn":"Pay by issuance of General Demand Note",
"payNPGO":"Pay at NPGO Collection Office",
"paymentMeans":"Payment Means",
"paymentMethodMeans":"Payment Methods Available Under the Payment Means",
|