diff --git a/src/entities/transaction/ui/section/important-info-section.tsx b/src/entities/transaction/ui/section/important-info-section.tsx index c69d5fe..28c0af3 100644 --- a/src/entities/transaction/ui/section/important-info-section.tsx +++ b/src/entities/transaction/ui/section/important-info-section.tsx @@ -128,7 +128,7 @@ export const ImportantInfoSection = ({ t('home.money', { value: new Intl.NumberFormat('en-US').format(newImportantInfo[k] || 0) }) } { (checkValue(newImportantInfo[k]) && subItems[k]?.type === 'date') && - moment(newImportantInfo[k]).format('YYYY.MM.DD') + moment(newImportantInfo[k]).format('YYYY.MM.DD HH:mm:ss') } diff --git a/src/locales/ko.json b/src/locales/ko.json index 299d418..1ff7bfa 100644 --- a/src/locales/ko.json +++ b/src/locales/ko.json @@ -557,7 +557,7 @@ "orderNumber": "주문번호", "approvalNumber": "승인번호", "approvalDate": "승인일자", - "approvalDay": "승인일", + "approvalDay": "승인일시", "requestStatus": "요청상태", "processResult": "진행상태", "installmentMonth": "할부개월", @@ -574,7 +574,7 @@ "partCancelAmount": "부분취소 금액", "remainingAmount": "부분취소 후 잔액", "reApprovalAmount": "재승인 금액", - "cancelDate": "취소일자", + "cancelDate": "취소일시", "cancelApprovalNumber": "취소승인번호", "receiptInfo": "현금영수증", "transactionId": "거래ID",