Skip to content

Commit f36341e

Browse files
Nabrahakkarimi
authored andcommitted
Change last name placeholder/#140 (#68)
1 parent 0e1066b commit f36341e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/forms/inputs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default class VolunteerForm extends Component {
4848
isEmpty={errors.lastName}
4949
label="Last Name *"
5050
name="lastName"
51-
placeholder="Your first name..."
51+
placeholder="Your last name..."
5252
type="text"
5353
/>
5454
<TextInput

0 commit comments

Comments
 (0)