Skip to content

Commit 3646afe

Browse files
authored
fix: changes the form type to name (#286)
1 parent ade6dee commit 3646afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/forms/user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default class UserForm extends Component {
3939
name="name"
4040
value={name}
4141
placeholder={
42-
namePlaceholder ? namePlaceholder : t("form_email_label")
42+
namePlaceholder ? namePlaceholder : t("form_name_label")
4343
}
4444
autocapitalize="off"
4545
required

0 commit comments

Comments
 (0)