Skip to content

Commit ce5b1b6

Browse files
committed
changes the form type to name
1 parent 8dca227 commit ce5b1b6

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)