diff --git a/frontend/www/exercise.html b/frontend/www/exercise.html index b229e0dd3e0b80a5eebd14a5e653e6ffe1c9b4a3..8653fe2f98733e92c88cde6a8b23fa6f3e912d7b 100644 --- a/frontend/www/exercise.html +++ b/frontend/www/exercise.html @@ -31,17 +31,17 @@ </div> <div class="col-lg-6"></div> <div class="col-lg-6"> - <label for="inputUnit" class="form-label">Unit</label> + <label for="inputUnit" class="form-label">Unit (Reps, time, etc.)</label> <input type="text" class="form-control" id="inputUnit" name="unit" readonly> </div> <div class="col-lg-6"></div> <div class="col-lg-6"> - <label for="inputDuration" class="form-label"> Duration (Seconds per unit)</label> + <label for="inputDuration" class="form-label"> Duration(Expects a positive integer)</label> <input type="number" class="form-control" id="inputDuration" name="duration" readonly></input> </div> <div class="col-lg-6"></div> <div class="col-lg-6"> - <label for="inputCalories" class="form-label"> Calories burned (kcal per minute)</label> + <label for="inputCalories" class="form-label"> Calories burned (Expects a positive integer)</label> <input type="number" class="form-control" id="inputCalories" name="calories" readonly></input> </div> <div class="col-lg-6"></div>