Commit edb9af54 authored by Ratnadeep Rajendra Kharade's avatar Ratnadeep Rajendra Kharade
Browse files

added textual changes

parent 96b63e8e
Pipeline #1108 passed with stages
in 2 seconds
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<div> <div>
<input onclick="handleTextRadioClick()" type="radio" id="manual" name="text-input-option" value="manual" <input onclick="handleTextRadioClick()" type="radio" id="manual" name="text-input-option" value="manual"
checked> checked>
<label for="manual">I will enter text manually.</label></div> <label for="manual">I will insert the text manually.</label></div>
<div> <div>
<input onclick="handleTextRadioClick()" type="radio" id="calculated" name="text-input-option" <input onclick="handleTextRadioClick()" type="radio" id="calculated" name="text-input-option"
value="calculated"> value="calculated">
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<div id="textarea-validation" class="error-message">Please enter the text.</div> <div id="textarea-validation" class="error-message">Please enter the text.</div>
</div> </div>
<div> <div>
<label for="calculatedTextCharacters">Total characters in text: </label> <label for="calculatedTextCharacters">Total character count in the text: </label>
<input class="box-input" type="number" id="calculatedTextCharacters" name="calculatedTextCharacters" <input class="box-input" type="number" id="calculatedTextCharacters" name="calculatedTextCharacters"
value="" disabled> value="" disabled>
</div> </div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment