- 지급대행 권한 설정 수정, Locales 문자열 수정

This commit is contained in:
HyeonJongKim
2025-11-10 14:46:58 +09:00
parent 101a87ce5e
commit 770111d8be
3 changed files with 4 additions and 3 deletions

View File

@@ -1132,7 +1132,8 @@
"depositBalance": "예치금 잔액",
"subId": "서브 ID",
"disbursementAmount": "지급 금액",
"requestFailed": "요청 실패."
"request": "신청",
"requestFailed": "신청 실패."
},
"linkPayment": {
"title": "링크결제",

View File

@@ -92,7 +92,7 @@ export const PayoutListPage = () => {
});
const onClickToNavigation = () => {
if (!checkGrant(53, 'W')) {
if (!checkGrant(53, 'X')) {
showAlert(t('common.nopermission'));
return;
}

View File

@@ -144,7 +144,7 @@ export const PayoutRequestPage = () => {
className="btn-50 btn-blue flex-1"
onClick={callExtensionPayoutRequest}
disabled={!isFormValid()}
>{t('common.request')}</button>
>{t('additionalService.payout.request')}</button>
</div>
<NiceCalendar
calendarOpen={calendarOpen}