From 9edd14c8c210b5e4a0a39047299d1b9b714ef88a Mon Sep 17 00:00:00 2001 From: Jay Sheen Date: Mon, 3 Nov 2025 17:11:16 +0900 Subject: [PATCH] =?UTF-8?q?keyIn=20=EC=A0=84=EC=B7=A8=EC=86=8C/=ED=9B=84?= =?UTF-8?q?=EC=B7=A8=EC=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../link-payment-pending-send-filter.tsx | 2 +- src/locales/en.json | 20 +++++++++---------- src/locales/ko.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/entities/additional-service/ui/link-payment/filter/link-payment-pending-send-filter.tsx b/src/entities/additional-service/ui/link-payment/filter/link-payment-pending-send-filter.tsx index 4213403..a5a4ea2 100644 --- a/src/entities/additional-service/ui/link-payment/filter/link-payment-pending-send-filter.tsx +++ b/src/entities/additional-service/ui/link-payment/filter/link-payment-pending-send-filter.tsx @@ -61,7 +61,7 @@ export const LinkPaymentWaitSendFilter = ({ let searchTypeOption = [ { name: t('additionalService.linkPay.phoneNumber'), value: LinkPaymentSearchCl.PHONE }, { name: t('common.email'), value: LinkPaymentSearchCl.EMAIL }, - ]; + ]; let sendMethodOption = [ { name: t('additionalService.linkPay.all'), value: LinkPaymentSendMethod.ALL }, diff --git a/src/locales/en.json b/src/locales/en.json index bfbe92e..f2a159d 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -897,8 +897,8 @@ "productName": "Product Name", "productPrice": "Product Price", "buyerName": "Purchaser Name", - "buyerEmail": "Buyer Email", - "buyerPhoneNumber": "Buyer Phone Number", + "buyerEmail": "Purchaser Email", + "buyerPhoneNumber": "Purchaser Phone Number", "phoneNumberPlaceholder": "Enter without -", "cardNumber": "Card Number", "expiryDate": "Expiry Date (MM/YY)", @@ -912,8 +912,8 @@ "resultLabel": "Result", "arsRequestComplete": "ARS request processing complete", "confirm": "Confirm", - "fullCancel": "Full Cancel", - "postCancel": "Post Cancel" + "fullCancel": "Pre Cancel", + "partialCancel": "Post Cancel" }, "sms": { "title": "SMS Payment Notification", @@ -955,9 +955,9 @@ "until": "Until", "selectDate": "Select Date", "buyerName": "Purchaser Name", - "buyerEmail": "Buyer Email", - "buyerPhoneNumber": "Buyer Phone Number", - "buyerInfoVerification": "Buyer Info Verification", + "buyerEmail": "Purchaser Email", + "buyerPhoneNumber": "Purchaser Phone Number", + "buyerInfoVerification": "Purchaser Info Verification", "individual": "Individual", "corporate": "Corporate", "businessNumberPlaceholder": "Business number (10 digits)", @@ -1131,9 +1131,9 @@ "paymentValidDate": "Payment Valid Date", "until": "Until", "selectDate": "Select Date", - "buyerEmail": "Buyer Email", - "buyerPhoneNumber": "Buyer\nPhone Number", - "buyerInfoVerification": "Buyer Info Verification", + "buyerEmail": "Purchaser Email", + "buyerPhoneNumber": "Purchaser Phone Number", + "buyerInfoVerification": "Purchaser Info Verification", "individual": "Individual", "corporate": "Corporate", "businessNumber10Digits": "Business Number (10 digits)", diff --git a/src/locales/ko.json b/src/locales/ko.json index 5162a91..d514b01 100644 --- a/src/locales/ko.json +++ b/src/locales/ko.json @@ -913,7 +913,7 @@ "arsRequestComplete": "ARS 요청 처리 완료", "confirm": "확인", "fullCancel": "전취소", - "postCancel": "후취소" + "partialCancel": "후취소" }, "sms": { "title": "SMS 결제 통보",