diff --git a/src/pages/DemandNote/Search/DataGrid.js b/src/pages/DemandNote/Search/DataGrid.js index f12a87c..2370d38 100644 --- a/src/pages/DemandNote/Search/DataGrid.js +++ b/src/pages/DemandNote/Search/DataGrid.js @@ -220,9 +220,9 @@ export default function SearchDemandNote({ recordList, reloadFun, applySearch }) { field: 'dnNo', headerName: 'DN No.', - width: 200, + width: 220, renderCell: (params) => { - return ; + return ; }, }, { diff --git a/src/pages/Organization/SearchPage/OrganizationSearchForm.js b/src/pages/Organization/SearchPage/OrganizationSearchForm.js index c3f8983..dc384b8 100644 --- a/src/pages/Organization/SearchPage/OrganizationSearchForm.js +++ b/src/pages/Organization/SearchPage/OrganizationSearchForm.js @@ -123,7 +123,7 @@ const OrganizationSearchForm = ({ applySearch }) => { renderInput={(params) => ( { - Return Revise Before: + Deadline for proof with revison: { - Payment Before Date: + Deadline for confirm proof and payment: - Deadline for payment: + Deadline for confirm proof and payment Before {DateUtils.datetimeStr(data.proofPaymentDeadline)} - Deadline for revise: + Deadline for proof with revison: Before {DateUtils.datetimeStr(data.reviseDeadline)} diff --git a/src/translations/en.json b/src/translations/en.json index 5c68358..875e498 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -119,7 +119,7 @@ "resetPasswordSuccess": "Password reset successfully.", "securityCode": "Security Code", - "sentSecurityCode1": "We sent your code to your setting email", + "sentSecurityCode1": "We have sent an email with the verification link to your email.", "sentSecurityCode2": "Please check your emails for a message with your code.", "sentSecurityCode3": "Please check your emails for ", "sentSecurityCode4": "a message with your code.",