We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c5d0a commit 19c10e4Copy full SHA for 19c10e4
src/constants/formValidation.ts
@@ -85,7 +85,7 @@ const NICKNAME_RULES: RegisterOptions = {
85
const INTRODUCE_RULES: RegisterOptions = {
86
maxLength: {
87
value: MAX_INTRODUCE_LENGTH,
88
- message: `닉네임은 최대 ${MAX_INTRODUCE_LENGTH}자까지 가능합니다.`,
+ message: `소개는 최대 ${MAX_INTRODUCE_LENGTH}자까지 가능합니다.`,
89
},
90
}
91
0 commit comments