diff --git a/BookSlot.html b/BookSlot.html index 0b579485dcb29bcd60abe0c1e1c368ba52f1d8db..13fce6edbf6c66e91c3c0ef0b5006384681164be 100644 --- a/BookSlot.html +++ b/BookSlot.html @@ -21,12 +21,12 @@ </div> <div class="form-group"> - <label for="date">Please choose the date:</label> + <label for="date">Please select the date:</label> <input type="date" id="date" required> </div> <div class="form-group"> - <label for="time">Please choose the time:</label> + <label for="time">Please select the time:</label> <input type="time" id="time" required> </div>