diff --git a/frontend/src/constants/inputFields.ts b/frontend/src/constants/inputFields.ts index 8e1c37bbf..19bfea0c9 100644 --- a/frontend/src/constants/inputFields.ts +++ b/frontend/src/constants/inputFields.ts @@ -32,7 +32,7 @@ export const FIELD_LABELS = { export const FIELD_PLACEHOLDERS = { meetingName: '10자 이내의 약속 이름 입력', - nickname: '5자 이내의 약속 닉네임 입력', + nickname: '5자 이내의 약속 이름 입력', password: '4자리 숫자 입력', };