瀏覽代碼

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


Loading…
取消
儲存