diff options
Diffstat (limited to 'index.html')
-rwxr-xr-x | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -39,11 +39,11 @@ </div> </fieldset> <div class="submit_area"> - <input type="button" id="delete" value="Delete Complete Task"/> + <input type="button" id="delete" value="Delete Completed Task"/> </div> - <div class="comment"> * After Task Complete, if browser (App) is re-executed, the completed Task is no longer indicated.</div> + <div class="comment"> * After this Web app is re-executed, the current Task state will still remain.</div> </div> </form> </body> -</html>
\ No newline at end of file +</html> |