@@ -70,7 +70,7 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { | |||
<Grid container > | |||
<Grid item xs={6} md={6} sx={{ml:-5, textAlign: "right" }}> | |||
<FormLabel sx={{ color: "#000000" }}> | |||
Transaction No.: | |||
Payment No.: | |||
</FormLabel> | |||
</Grid> | |||
<Grid item xs={6} md={5} sx={{ml:5, textAlign: "left" }}> | |||
@@ -84,7 +84,7 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { | |||
<Grid container > | |||
<Grid item xs={6} md={6} sx={{ml:-5, textAlign: "right" }}> | |||
<FormLabel sx={{ color: "#000000" }}> | |||
Transaction Date: | |||
Payment Date: | |||
</FormLabel> | |||
</Grid> | |||
<Grid item xs={6} md={5} sx={{ml:5, textAlign: "left" }}> | |||
@@ -98,7 +98,7 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { | |||
<Grid container > | |||
<Grid item xs={6} md={6} sx={{ml:-5, textAlign: "right" }}> | |||
<FormLabel sx={{ color: "#000000" }}> | |||
Transaction Time: | |||
Payment Time: | |||
</FormLabel> | |||
</Grid> | |||
<Grid item xs={6} md={5} sx={{ml:5, textAlign: "left" }}> | |||
@@ -80,7 +80,7 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { | |||
<Grid container spacing={5} > | |||
<Grid item xs={6} md={6} sx={{ textAlign: "right" }}> | |||
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> | |||
<FormattedMessage id="transactionNo" />: | |||
<FormattedMessage id="paymentNo" />: | |||
</FormLabel> | |||
</Grid> | |||
<Grid item xs={6} md={6} sx={{ textAlign: "left" }}> | |||
@@ -94,7 +94,7 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { | |||
<Grid container spacing={5}> | |||
<Grid item xs={6} md={6} sx={{textAlign: "right" }}> | |||
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> | |||
<FormattedMessage id="transactionDate" />: | |||
<FormattedMessage id="paymentDate" />: | |||
</FormLabel> | |||
</Grid> | |||
<Grid item xs={6} md={6} sx={{textAlign: "left" }}> | |||
@@ -108,7 +108,7 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { | |||
<Grid container spacing={5}> | |||
<Grid item xs={6} md={6} sx={{ textAlign: "right" }}> | |||
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> | |||
<FormattedMessage id="transactionTime" />: | |||
<FormattedMessage id="paymentTime" />: | |||
</FormLabel> | |||
</Grid> | |||
<Grid item xs={6} md={6} sx={{textAlign: "left" }}> | |||
@@ -136,7 +136,7 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { | |||
<Grid container spacing={5} > | |||
<Grid item xs={6} md={6} sx={{ textAlign: "right" }}> | |||
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> | |||
<FormattedMessage id="payTotalDeatail"/>: | |||
<FormattedMessage id="payDeatail"/>: | |||
</FormLabel> | |||
</Grid> | |||
<Grid item xs={6} md={6} sx={{textAlign: "left" }}> | |||
@@ -150,7 +150,7 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { | |||
<Grid container spacing={5} > | |||
<Grid item xs={6} md={6} sx={{ textAlign: "right" }}> | |||
<FormLabel sx={{ fontSize: "16px", color: "#000000" }}> | |||
<FormattedMessage id="payMethod"/>: | |||
<FormattedMessage id="epayMethod"/>: | |||
</FormLabel> | |||
</Grid> | |||
<Grid item xs={6} md={6} sx={{textAlign: "left" }}> | |||
@@ -323,9 +323,11 @@ | |||
"payConfirm": "Confirm payment", | |||
"payCancel": "Cancel payment", | |||
"payTotalDeatail": "Total Payment Amount", | |||
"payDeatail": "Total Amount", | |||
"payTotal": "Total", | |||
"payDetail": "Payment Details", | |||
"payMethod": "Payment method", | |||
"epayMethod": " e-Payment Method", | |||
"selectPaymentMethod": "Please select a payment method", | |||
"payReceipt": "Payment receipt", | |||
"contactPerson": "Contact Person", | |||
@@ -393,9 +395,9 @@ | |||
"singleCol":"Single Column", | |||
"doubleCol":"Double Column", | |||
"transactionNo": "Transaction number", | |||
"transactionDate": "Transaction Date", | |||
"transactionTime": "Transaction Time", | |||
"paymentNo": "Payment No.", | |||
"paymentDate": "Payment Date", | |||
"paymentTime": "Payment Time", | |||
"paymentRefCode": "Payment Reference Number", | |||
"paymentInfoRecord": "Payment Notice Record", | |||
@@ -316,9 +316,11 @@ | |||
"payConfirm": "确认付款", | |||
"payCancel": "取消付款", | |||
"payTotalDeatail": "付款总额", | |||
"payDeatail": "总额", | |||
"payTotal": "付款总额", | |||
"payDetail": "付款详情", | |||
"payMethod": "付款方式", | |||
"epayMethod": "电子付款方法", | |||
"selectPaymentMethod": "请选择付款方式", | |||
"payReceipt": "付款收据", | |||
"contactPerson": "联络人", | |||
@@ -386,9 +388,9 @@ | |||
"singleCol":"一格位", | |||
"doubleCol":"二格位", | |||
"transactionNo": "交易号码", | |||
"transactionDate": "交易日期", | |||
"transactionTime": "交易时间", | |||
"paymentNo": "付款编号", | |||
"paymentDate": "付款日期", | |||
"paymentTime": "付款时间", | |||
"paymentRefCode": "付款参考号码", | |||
"paymentInfoRecord": "缴款通知记录", | |||
@@ -319,9 +319,11 @@ | |||
"payConfirm": "確認付款", | |||
"payCancel": "取消付款", | |||
"payTotalDeatail": "付款總額", | |||
"payDeatail": "總額", | |||
"payTotal": "付款總額", | |||
"payDetail": "付款詳情", | |||
"payMethod": "付款方式", | |||
"epayMethod": "電子付款方法", | |||
"selectPaymentMethod": "請選擇付款方式", | |||
"payReceipt": "付款收據", | |||
"contactPerson": "聯絡人", | |||
@@ -389,9 +391,9 @@ | |||
"singleCol":"一格位", | |||
"doubleCol":"二格位", | |||
"transactionNo": "交易號碼", | |||
"transactionDate": "交易日期", | |||
"transactionTime": "交易時間", | |||
"paymentNo": "付款編號", | |||
"paymentDate": "付款日期", | |||
"paymentTime": "付款時間", | |||
"paymentRefCode": "付款參考號碼", | |||
"paymentInfoRecord": "繳款通知記錄", | |||