diff --git a/seed/challenges/01-responsive-web-design/applied-accessibility.json b/seed/challenges/01-responsive-web-design/applied-accessibility.json index 7d455944baa..a3044112029 100644 --- a/seed/challenges/01-responsive-web-design/applied-accessibility.json +++ b/seed/challenges/01-responsive-web-design/applied-accessibility.json @@ -614,7 +614,7 @@ "You may have noticed the text and submit input types in prior challenges, and HTML5 introduced an option to specify a date field. Depending on browser support, a date picker shows up in the input field when it's in focus, which makes filling in a form easier for all users.", "For older browsers, the type will default to text, so it helps to show users the expected date format in the label or as placeholder text just in case.", "Here's an example:", - "
<label for="input1">Enter a date (MM-DD-YYYY):</label>
<input type="date" id="input1" name="input1">
", + "
<label for="input1">Enter a date:</label>
<input type="date" id="input1" name="input1">
", "
", "Camper Cat is setting up a mortal combat tournament and wants to ask his competitors to see what date works best. Add an input tag with a type attribute of \"date\", an id attribute of \"pickdate\", and a name attribute of \"date\"." ], @@ -628,7 +628,7 @@ "

Mortal Combat Tournament Survey

", "
", "

Tell us the best date for the competition

", - " ", + " ", " ", " ", " ",