Skip to content

Commit 19c10e4

Browse files
committed
[#98] ♻️ Update error message for introduce field
1 parent f4c5d0a commit 19c10e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants/formValidation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const NICKNAME_RULES: RegisterOptions = {
8585
const INTRODUCE_RULES: RegisterOptions = {
8686
maxLength: {
8787
value: MAX_INTRODUCE_LENGTH,
88-
message: `닉네임은 최대 ${MAX_INTRODUCE_LENGTH}자까지 가능합니다.`,
88+
message: `소개는 최대 ${MAX_INTRODUCE_LENGTH}자까지 가능합니다.`,
8989
},
9090
}
9191

0 commit comments

Comments
 (0)