@@ -336,9 +336,9 @@ const FormPanel = ({ formData }) => { | |||||
/> | /> | ||||
</td> | </td> | ||||
<td style={tabelStyle}> | <td style={tabelStyle}> | ||||
<FormattedMessage id="payDn" /> | |||||
<FormattedMessage id="paymentMeans" />: <FormattedMessage id="payDn" /> | |||||
<br /><a href="#payOnlineDetails" color='#fff' onClick={() => { | <br /><a href="#payOnlineDetails" color='#fff' onClick={() => { | ||||
setWarningTitle(intl.formatMessage({ id: "payDn" })) | |||||
setWarningTitle(intl.formatMessage({ id: "paymentMeans" }) + ": " + intl.formatMessage({ id: "payDn" })) | |||||
setWarningText( | setWarningText( | ||||
<><FormattedMessage id="paymentMethodMeans" /> | <><FormattedMessage id="paymentMethodMeans" /> | ||||
<ul> | <ul> | ||||
@@ -379,7 +379,7 @@ const FormPanel = ({ formData }) => { | |||||
<td style={tabelStyle}> | <td style={tabelStyle}> | ||||
<FormattedMessage id="payNPGO" /> | <FormattedMessage id="payNPGO" /> | ||||
<br /><a href="#payOnlineDetails" color='#fff' onClick={() => { | <br /><a href="#payOnlineDetails" color='#fff' onClick={() => { | ||||
setWarningTitle(intl.formatMessage({ id: "payNPGOPopUpTitle" })) | |||||
setWarningTitle(intl.formatMessage({ id: "paymentMeans" }) + ": " + intl.formatMessage({ id: "payNPGOPopUpTitle" })) | |||||
setWarningText( | setWarningText( | ||||
<><FormattedMessage id="paymentMethodMeans" /> | <><FormattedMessage id="paymentMethodMeans" /> | ||||
<ul> | <ul> | ||||
@@ -425,7 +425,7 @@ const FormPanel = ({ formData }) => { | |||||
<td style={tabelStyle}> | <td style={tabelStyle}> | ||||
<FormattedMessage id="payOnline" /> | <FormattedMessage id="payOnline" /> | ||||
<br /><a href="#payOnlineDetails" color='#fff' onClick={() => { | <br /><a href="#payOnlineDetails" color='#fff' onClick={() => { | ||||
setWarningTitle(intl.formatMessage({ id: "payOnline" })) | |||||
setWarningTitle(intl.formatMessage({ id: "paymentMeans" }) + ": " + intl.formatMessage({ id: "payOnline" })) | |||||
setWarningText( | setWarningText( | ||||
<><FormattedMessage id="paymentMethodMeans" /> | <><FormattedMessage id="paymentMethodMeans" /> | ||||
<ul> | <ul> | ||||
@@ -338,7 +338,7 @@ const PublicNoticeApplyForm = ({ loadedData, _selections, gazetteIssueList }) => | |||||
<td style={tabelStyle}> | <td style={tabelStyle}> | ||||
<FormattedMessage id="payOnline" /> | <FormattedMessage id="payOnline" /> | ||||
<br /><a href="#payOnlineDetails" color='#fff' onClick={() => { | <br /><a href="#payOnlineDetails" color='#fff' onClick={() => { | ||||
setWarningTitle(intl.formatMessage({ id: "payOnline" })) | |||||
setWarningTitle(intl.formatMessage({ id: "paymentMeans" }) + ": " + intl.formatMessage({ id: "payOnline" })) | |||||
setWarningText( | setWarningText( | ||||
<><FormattedMessage id="paymentMethodMeans" /> | <><FormattedMessage id="paymentMethodMeans" /> | ||||
<ul> | <ul> | ||||
@@ -361,7 +361,7 @@ const PublicNoticeApplyForm = ({ loadedData, _selections, gazetteIssueList }) => | |||||
<tr> | <tr> | ||||
<td style={tabelStyle}><FormattedMessage id="payDn" /> | <td style={tabelStyle}><FormattedMessage id="payDn" /> | ||||
<br /><a href="#payDnDetails" onClick={() => { | <br /><a href="#payDnDetails" onClick={() => { | ||||
setWarningTitle(intl.formatMessage({ id: "payDn" })) | |||||
setWarningTitle(intl.formatMessage({ id: "paymentMeans" }) + ": " + intl.formatMessage({ id: "payDn" })) | |||||
setWarningText( | setWarningText( | ||||
<><FormattedMessage id="paymentMethodMeans" /> | <><FormattedMessage id="paymentMethodMeans" /> | ||||
<ul> | <ul> | ||||
@@ -393,7 +393,7 @@ const PublicNoticeApplyForm = ({ loadedData, _selections, gazetteIssueList }) => | |||||
<tr> | <tr> | ||||
<td style={tabelStyle}><FormattedMessage id="payNPGO" /> | <td style={tabelStyle}><FormattedMessage id="payNPGO" /> | ||||
<br /><a href="#payNPGODetails" onClick={() => { | <br /><a href="#payNPGODetails" onClick={() => { | ||||
setWarningTitle(intl.formatMessage({ id: "payNPGOPopUpTitle" })) | |||||
setWarningTitle(intl.formatMessage({ id: "paymentMeans" }) + ": " + intl.formatMessage({ id: "payNPGOPopUpTitle" })) | |||||
setWarningText( | setWarningText( | ||||
<><FormattedMessage id="paymentMethodMeans" /> | <><FormattedMessage id="paymentMethodMeans" /> | ||||
<ul> | <ul> | ||||
@@ -435,11 +435,11 @@ | |||||
"confirmingDealine": "Deadline for Confirming Proof", | "confirmingDealine": "Deadline for Confirming Proof", | ||||
"PaymentCoonpletDealine": "Deadline for Payment Completion", | "PaymentCoonpletDealine": "Deadline for Payment Completion", | ||||
"payOnline":"Online Payment", | "payOnline":"Online Payment", | ||||
"payDn":"Payment Means: Pay by issuance of General Demand Note", | |||||
"payDn":"Pay by issuance of General Demand Note", | |||||
"payNPGO":"Pay at NPGO Collection Office", | "payNPGO":"Pay at NPGO Collection Office", | ||||
"payNPGOPopUpTitle":"Payment Means: Pay at North Point Government Offices (NPGO) Collection Office", | |||||
"payNPGOPopUpTitle":"Pay at North Point Government Offices (NPGO) Collection Office", | |||||
"paymentMeans":"Payment Means", | "paymentMeans":"Payment Means", | ||||
"paymentMethodMeans":"Available Payment Methods:", | |||||
"paymentMethodMeans":"Payment Methods Available Under this Payment Means", | |||||
"fps":"Faster Payment System (FPS)", | "fps":"Faster Payment System (FPS)", | ||||
"card":"Credit Card (Visa, Master, UnionPay, JCB)", | "card":"Credit Card (Visa, Master, UnionPay, JCB)", | ||||
"pps":"PPS", | "pps":"PPS", | ||||
@@ -45,9 +45,9 @@ | |||||
"confirmingDealine": "确认校对的截止日期", | "confirmingDealine": "确认校对的截止日期", | ||||
"PaymentCoonpletDealine": "付款截止日期", | "PaymentCoonpletDealine": "付款截止日期", | ||||
"payOnline":"透过此系统网上付款", | "payOnline":"透过此系统网上付款", | ||||
"payDn":"付款方式: 透过发出一般缴款单付款", | |||||
"payDn":"透过发出一般缴款单付款", | |||||
"payNPGO":"在北角政府合署收款处付款", | "payNPGO":"在北角政府合署收款处付款", | ||||
"payNPGOPopUpTitle":"付款方式: 在北角政府合署收款处付款", | |||||
"payNPGOPopUpTitle":"在北角政府合署收款处付款", | |||||
"paymentMeans":"付款方式", | "paymentMeans":"付款方式", | ||||
"paymentMethodMeans":"可用的付款方法:", | "paymentMethodMeans":"可用的付款方法:", | ||||
"fps":"转数快 (FPS)", | "fps":"转数快 (FPS)", | ||||
@@ -47,7 +47,7 @@ | |||||
"payOnline":"透過此系統網上付款", | "payOnline":"透過此系統網上付款", | ||||
"payDn":"透過發出一般繳款單付款", | "payDn":"透過發出一般繳款單付款", | ||||
"payNPGO":"在北角政府合署收款處付款", | "payNPGO":"在北角政府合署收款處付款", | ||||
"payNPGOPopUpTitle":"付款方式: 在北角政府合署收款處付款", | |||||
"payNPGOPopUpTitle":"在北角政府合署收款處付款", | |||||
"paymentMeans":"付款方式", | "paymentMeans":"付款方式", | ||||
"paymentMethodMeans":"可用的付款方法:", | "paymentMethodMeans":"可用的付款方法:", | ||||
"fps":"轉數快 (FPS)", | "fps":"轉數快 (FPS)", | ||||