Skip to content

Commit

Permalink
chore: 플레이스홀더 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hwinkr committed Oct 25, 2024
1 parent d3d3633 commit 71d0e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/constants/inputFields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const FIELD_LABELS = {

export const FIELD_PLACEHOLDERS = {
meetingName: '10자 이내의 약속 이름 입력',
nickname: '5자 이내의 약속 닉네임 입력',
nickname: '5자 이내의 약속 이름 입력',
password: '4자리 숫자 입력',
};

Expand Down

0 comments on commit 71d0e7d

Please sign in to comment.