@@ -208,7 +208,7 @@ const FormPanel = ({ formData }) => { | |||||
<Grid item xs={12} md={12}> | <Grid item xs={12} md={12}> | ||||
<Stack direction="row" sx={{ display: 'flex', alignItems: 'center' }}> | <Stack direction="row" sx={{ display: 'flex', alignItems: 'center' }}> | ||||
<FormLabel sx={{ paddingRight: 2, textAlign: "center" }}> | <FormLabel sx={{ paddingRight: 2, textAlign: "center" }}> | ||||
<Typography variant="h5">Deadline for online proof with revison:</Typography> | |||||
<Typography variant="h5">Deadline for online proof with revision:</Typography> | |||||
</FormLabel> | </FormLabel> | ||||
<TextField | <TextField | ||||
fullWidth | fullWidth | ||||
@@ -263,7 +263,7 @@ const ApplicationDetailCard = ({ | |||||
<Grid container alignItems={"center"}> | <Grid container alignItems={"center"}> | ||||
<Grid item xs={12} md={12} lg={12} | <Grid item xs={12} md={12} lg={12} | ||||
sx={{ display: 'flex', alignItems: 'center' }}> | sx={{ display: 'flex', alignItems: 'center' }}> | ||||
<Typography variant="h5">Deadline for proof with revison:</Typography> | |||||
<Typography variant="h5">Deadline for proof with revision:</Typography> | |||||
</Grid> | </Grid> | ||||
<Grid item xs={12} md={12} lg={12} sx={{ mb: 4, display: 'flex', alignItems: 'center' }}> | <Grid item xs={12} md={12} lg={12} sx={{ mb: 4, display: 'flex', alignItems: 'center' }}> | ||||
<Typography variant="h5">Before {DateUtils.datetimeStr(data.reviseDeadline)}</Typography> | <Typography variant="h5">Before {DateUtils.datetimeStr(data.reviseDeadline)}</Typography> | ||||
@@ -414,7 +414,7 @@ | |||||
"applicationPublishDate": "Publish Date", | "applicationPublishDate": "Publish Date", | ||||
"pleaseCheckReminder": "Please download the following printed manuscript file and proofread it carefully", | "pleaseCheckReminder": "Please download the following printed manuscript file and proofread it carefully", | ||||
"payAnd": "Pay and ", | "payAnd": "Pay and ", | ||||
"commentDeadline": "Deadline for online proof with revison", | |||||
"commentDeadline": "Deadline for online proof with revision", | |||||
"paymentDeadline": "Deadline for online confirm proof", | "paymentDeadline": "Deadline for online confirm proof", | ||||
"confirmingDealine": "Deadline for Confirming Proof", | "confirmingDealine": "Deadline for Confirming Proof", | ||||
"PaymentCoonpletDealine": "Deadline for Payment Completeion", | "PaymentCoonpletDealine": "Deadline for Payment Completeion", | ||||