From 78ac6902a96e99a16cafc6a823f0de4895e34ed6 Mon Sep 17 00:00:00 2001 From: anna Date: Tue, 4 Jun 2024 15:21:57 +0800 Subject: [PATCH] fix bug --- src/pages/Proof/Reply_Public/ProofForm.js | 2 +- src/translations/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",