summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rwxr-xr-xindex.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 60fc9fa..4ccdb05 100755
--- a/index.html
+++ b/index.html
@@ -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>