Merge branch 'main' of https://gitea.bpsoft.co.kr/nicepayments/nice-app-web
This commit is contained in:
@@ -118,7 +118,7 @@ export const EscrowDetail = ({
|
||||
tid: tid,
|
||||
};
|
||||
escrowMailResend(params).then((rs: EscrowMailResendResponse) => {
|
||||
snackBar('메일 재발송을 성공하였습니다.');
|
||||
snackBar(t('escrow.mailResendSuccess'));
|
||||
}).catch((e: any) => {
|
||||
if(e.response?.data?.error?.message){
|
||||
snackBar(e.response?.data?.error?.message);
|
||||
|
||||
@@ -51,7 +51,7 @@ export const EscrowMailResendBottomSheet = ({
|
||||
>
|
||||
<div className="bottomsheet-header">
|
||||
<div className="bottomsheet-title">
|
||||
<h2>메일 재발송</h2>
|
||||
<h2>{ t('transaction.bottomSheet.escrowMailResend.resendTitle') }</h2>
|
||||
<button
|
||||
className="close-btn"
|
||||
type="button"
|
||||
@@ -68,10 +68,10 @@ export const EscrowMailResendBottomSheet = ({
|
||||
<div className="bottomsheet-content">
|
||||
<div className="bottom-section">
|
||||
<p>
|
||||
메일 미수신 고객에게 에스크로 메일 재발송이 가능합니다.
|
||||
{ t('transaction.bottomSheet.escrowMailResend.resendDescription') }
|
||||
<br />
|
||||
<br />
|
||||
메일을 재발송 하시겠습니까?
|
||||
{ t('transaction.bottomSheet.escrowMailResend.resendConfirmation') }
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -81,7 +81,7 @@ export const EscrowMailResendBottomSheet = ({
|
||||
className="btn-50 btn-blue flex-1"
|
||||
type="button"
|
||||
onClick={ () => onClickToMailResend() }
|
||||
>재발송</button>
|
||||
>{ t('transaction.bottomSheet.escrowMailResend.resendButton') }</button>
|
||||
</div>
|
||||
</motion.div>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user