浏览代码

fix bug

master
Anna Ho 1年前
父节点
当前提交
78ac6902a9
共有 2 个文件被更改,包括 2 次插入2 次删除
  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 查看文件

@@ -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 查看文件

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


正在加载...
取消
保存