Skip to content

Commit 4819813

Browse files
committed
Update name input placeholder for clarity
1 parent 11b6434 commit 4819813

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Form-Controls/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1>My Store T-shirt Sales</h1>
1818
<form>
1919
<div>
2020
<label for="name">Name</label>
21-
<input type="text" name="name" id="name" placeholder="First and Last name" required pattern=".*\s+.*"
21+
<input type="text" name="name" id="name" placeholder="Full Name" required pattern=".*\s+.*"
2222
title="Please enter your first and last name, separated by a space">
2323
</div>
2424

0 commit comments

Comments
 (0)