Skip to content

Commit 2a32c4e

Browse files
committed
changed "Name" to "Full name"'
1 parent 74f205a commit 2a32c4e

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
@@ -17,7 +17,7 @@ <h1>Product Pick</h1>
1717
<form>
1818

1919
<div>
20-
<label for="name">Name:</label>
20+
<label for="name">Full Name:</label>
2121
<input type="text" name="name" id="name" placeholder="Full name" required pattern=".*\S.*\S.*">
2222
</div>
2323

0 commit comments

Comments
 (0)