From 467de0209a79ea70b0418dece26bddd74d478ba5 Mon Sep 17 00:00:00 2001 From: Ratnadeep Rajendra Kharade <92khra1mst@hft-stuttgart.de> Date: Sun, 25 Oct 2020 22:44:31 +0100 Subject: [PATCH] fixed error messages --- public/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 226298c..b477b10 100644 --- a/public/index.html +++ b/public/index.html @@ -45,7 +45,7 @@ <div> <textarea oninput="handleTextAreaChange()" placeholder="Enter text here..." class="box-input" name="textarea" id="manual-text-entry" cols="90" rows="5" value=""></textarea> - <div id="textarea-validation" style="color: red;display: none;">Please enter text</div> + <div id="textarea-validation" style="color: red;display: none;">Please enter text.</div> </div> <div> <label for="calculatedTextCharacters">Total characters in text: </label> @@ -69,7 +69,7 @@ <option value="Third Year">Third Year</option> <option value="Fourth Year">Fourth Year</option> </select> - <div id="readerLevel-validation" style="color: red;display: none;">Please enter number of characters.</div> + <div id="readerLevel-validation" style="color: red;display: none;">Please select reader level.</div> </div> <div> <label for="readerCategory">Reader Category:</label> @@ -80,7 +80,7 @@ <option value="Good-ability group">Good-ability group</option> <option value="Average-ability group">Average-ability group</option> </select> - <div id="readerCategory-validation" style="color: red;display: none;">Please enter number of characters.</div> + <div id="readerCategory-validation" style="color: red;display: none;">Please select reader category.</div> </div> <div> <div> -- GitLab