Parcourir la source

fix bug

master
Anna Ho il y a 1 an
Parent
révision
78ac6902a9
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +1
    -1
      src/pages/Proof/Reply_Public/ProofForm.js
  2. +1
    -1
      src/translations/en.json

+ 1
- 1
src/pages/Proof/Reply_Public/ProofForm.js Voir le fichier

@@ -491,7 +491,7 @@ const FormPanel = ({ formData }) => {
<td style={tabelStyle}>
<FormattedMessage id="payNPGO" />
<br /><a href="#payOnlineDetails" color='#fff' onClick={() => {
setWarningTitle(intl.formatMessage({ id: "payDn" }))
setWarningTitle(intl.formatMessage({ id: "payNPGO" }))
setWarningText(
<><FormattedMessage id="paymentMethodMeans" />
<ul>


+ 1
- 1
src/translations/en.json Voir le fichier

@@ -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",


Chargement…
Annuler
Enregistrer