Skip to content

Commit

Permalink
fix: BILL_DETAIL_NOT_FOUND 어투 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
soi-ha committed Jan 21, 2025
1 parent 482600d commit a59b0f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/constants/errorMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ export const SERVER_ERROR_MESSAGES: ErrorMessage = {
BILL_NOT_FOUND: '존재하지 않는 지출 액션이에요.',
BILL_TITLE_INVALID: `지출 내역 이름은 ${RULE.minBillNameLength}자 이상 ${RULE.maxBillNameLength} 이하여야 해요.`,
BILL_PRICE_INVALID: `지출 금액은 ${RULE.maxPrice.toLocaleString('ko-KR')} 이하의 자연수여야 해요.`,
BILL_DETAIL_NOT_FOUND: '존재하지 않는 참여자 지출입니다.',
BILL_DETAIL_NOT_FOUND: '존재하지 않는 참여자 지출이에요.',
BILL_PRICE_NOT_MATCHED: '지출 총액이 일치하지 않아요.',

DIFFERENT_STEP_MEMBERS: '회원 목록이 일치하지 않아요.',

// 계좌 관련 에러 코드
Expand Down

0 comments on commit a59b0f1

Please sign in to comment.