From 10419a27c38a490ea887bd1fdb4d96c5c37dd25d Mon Sep 17 00:00:00 2001 From: Ratnadeep Rajendra Kharade <92khra1mst@hft-stuttgart.de> Date: Fri, 30 Oct 2020 15:57:21 +0100 Subject: [PATCH] added minimum characters error message and changed note text --- public/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index c0f9bf5..03f9ea4 100644 --- a/public/index.html +++ b/public/index.html @@ -56,13 +56,14 @@ id="inputTextCharacters" name="inputTextCharacters" value=""> <div id="textCharacters-validation" class="error-message">Please enter number the of characters.</div> </div> + <div id="min-count-validation" class="error-message">Please enter minimum number the of characters.</div> <div class="more-information"> <div> <h4> <span>ⓘ</span> Note</h4> </div> <div> - <div>Minimum number of characters for school level should be; - First Year: 100, Second Year: 100, Third Year: 400, Fourth Year: 400 </div> + <div>Please enter a text of more than 100 alphabetic characters for first and second year school levels, + and 400 alphabetic characters for third and fourth year school levels.</div> </div> </div> </div> -- GitLab