There was an error while loading. Please reload this page.
1 parent 11b6434 commit 4819813Copy full SHA for 4819813
1 file changed
Form-Controls/index.html
@@ -18,7 +18,7 @@ <h1>My Store T-shirt Sales</h1>
18
<form>
19
<div>
20
<label for="name">Name</label>
21
- <input type="text" name="name" id="name" placeholder="First and Last name" required pattern=".*\s+.*"
+ <input type="text" name="name" id="name" placeholder="Full Name" required pattern=".*\s+.*"
22
title="Please enter your first and last name, separated by a space">
23
</div>
24
0 commit comments