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 ade6dee commit 3646afeCopy full SHA for 3646afe
src/components/forms/user.js
@@ -39,7 +39,7 @@ export default class UserForm extends Component {
39
name="name"
40
value={name}
41
placeholder={
42
- namePlaceholder ? namePlaceholder : t("form_email_label")
+ namePlaceholder ? namePlaceholder : t("form_name_label")
43
}
44
autocapitalize="off"
45
required
0 commit comments