Skip to content

Commit

Permalink
refactor : correct, incorrect -> match, mismatch로 변경, PASSWORD -> CON…
Browse files Browse the repository at this point in the history
…FIRM_PASSWORD로 변경

#847
  • Loading branch information
jasper200207 committed Dec 11, 2023
1 parent b1dcd14 commit 3670a05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/constants/helperText.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ export const EMAIL_MSG = {
},
} as const;

export const PASSWORD_MSG = {
export const CONFIRM_PASSWORD_MSG = {
success: {
correct: '비밀번호가 일치합니다.',
match: '비밀번호가 일치합니다.',
},
error: {
incorrect: '비밀번호가 일치하지 않습니다.',
mismatch: '비밀번호가 일치하지 않습니다.',
formatError: '8~20자 영문과 숫자를 사용하세요.',
},
} as const;
Expand Down

0 comments on commit 3670a05

Please sign in to comment.