diff --git a/src/pages/Payment/Details_GLD/PaymentDetails.js b/src/pages/Payment/Details_GLD/PaymentDetails.js index d74c937..22e45b0 100644 --- a/src/pages/Payment/Details_GLD/PaymentDetails.js +++ b/src/pages/Payment/Details_GLD/PaymentDetails.js @@ -70,7 +70,7 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { - Transaction No.: + Payment No.: @@ -84,7 +84,7 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { - Transaction Date: + Payment Date: @@ -98,7 +98,7 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { - Transaction Time: + Payment Time: diff --git a/src/pages/Payment/Details_Public/PaymentDetails.js b/src/pages/Payment/Details_Public/PaymentDetails.js index 16d6a85..66dc04b 100644 --- a/src/pages/Payment/Details_Public/PaymentDetails.js +++ b/src/pages/Payment/Details_Public/PaymentDetails.js @@ -80,7 +80,7 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { - : + : @@ -94,7 +94,7 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { - : + : @@ -108,7 +108,7 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { - : + : @@ -136,7 +136,7 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { - : + : @@ -150,7 +150,7 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { - : + : diff --git a/src/translations/en.json b/src/translations/en.json index 56bfcd9..9b84f9a 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -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", diff --git a/src/translations/zh-CN.json b/src/translations/zh-CN.json index 389b91c..65645c7 100644 --- a/src/translations/zh-CN.json +++ b/src/translations/zh-CN.json @@ -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": "缴款通知记录", diff --git a/src/translations/zh-HK.json b/src/translations/zh-HK.json index 0a87b55..a9a5a5c 100644 --- a/src/translations/zh-HK.json +++ b/src/translations/zh-HK.json @@ -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": "繳款通知記錄",