Skip to content

Commit 318ae91

Browse files
committed
fix: change wording on register page for better UX
1 parent 623cb22 commit 318ae91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/register/RegisterForm.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ const RegisterForm: React.FC<RegisterFormProps> = ({
122122
<LabelInput
123123
name="username"
124124
onChange={onChange}
125-
label="아이디"
126-
placeholder="아이디를 입력하세요"
125+
label="사용자 ID"
126+
placeholder="새 사용자 ID를 입력하세요"
127127
value={form.username}
128-
size={20}
128+
size={22}
129129
/>
130130
<LabelInput
131131
name="shortBio"
@@ -185,7 +185,7 @@ const RegisterForm: React.FC<RegisterFormProps> = ({
185185
size="LARGE"
186186
disabled={loading}
187187
>
188-
다음
188+
가입
189189
</RoundButton>
190190
</div>
191191
</div>

0 commit comments

Comments
 (0)