Jason Chuang hace 11 horas
padre
commit
fce4b4d8cd
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      src/pages/Payment/MultiPaymentWindow.js
  2. +1
    -1
      src/translations/en.json

+ 1
- 1
src/pages/Payment/MultiPaymentWindow.js Ver fichero

@@ -292,7 +292,7 @@ const MultiPaymentWindow = (props) => {
<form>
<DialogContent>
<DialogContentText>
<FormLabel sx={{ fontSize: "20px", color: "#000000", textAlign: "left", ml:1}}>
<FormLabel sx={{ fontSize: "20px", color: "#000000", textAlign: "left", width: "100%", whiteSpace: "pre-line", paddingLeft: 0 }}>
<FormattedMessage id="paymentProcessLimited"/>
</FormLabel>
<Grid item xs={12} md={12} sx={{ pt: 2 }} style={{ height: '100%' }} width="100%">


+ 1
- 1
src/translations/en.json Ver fichero

@@ -543,7 +543,7 @@
"paymentNo": "Payment No.",
"paymentDate": "Payment Date",
"paymentTime": "Payment Time",
"paymentRefCode": "Payment Reference Number",
"paymentRefCode": "Payment Reference No.",

"paymentInfoRecord": "Payment Notice Record",
"paymentRecordId": "Payment Record No.",


Cargando…
Cancelar
Guardar