Bladeren bron

fix bug

master
Anna Ho 1 jaar geleden
bovenliggende
commit
78ac6902a9
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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 Bestand weergeven

@@ -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 Bestand weergeven

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


Laden…
Annuleren
Opslaan