From c690cd010e4cb6fd07620c141f0de518f880783c Mon Sep 17 00:00:00 2001 From: Chen Liang <liangc13@cardiff.ac.uk> Date: Thu, 28 Nov 2024 10:47:27 +0000 Subject: [PATCH] Update BookSlot.html --- BookSlot.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BookSlot.html b/BookSlot.html index 0b57948..13fce6e 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> -- GitLab