diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-03-24 11:41:06 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-03-24 11:41:06 -0700 |
commit | 41acac169cf71b9912a20ffe336dc685b221d74c (patch) | |
tree | 74e8679ca3588630963c3141a855198fe696cc39 /pages/process.php | |
parent | 04a2320f85a024d0b795956c95c41c7320aff9c5 (diff) | |
download | pathery-41acac169cf71b9912a20ffe336dc685b221d74c.tar.xz |
Prep work for server-end mixpanel tracking for unsubscribe to prevent a desynch status of 'unsubscribed'
Diffstat (limited to 'pages/process.php')
-rw-r--r-- | pages/process.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/process.php b/pages/process.php index 21604de..5591954 100644 --- a/pages/process.php +++ b/pages/process.php @@ -114,7 +114,7 @@ function getTaskUpdate(command) { <div class='wrapper'> <form> <fieldset> - <legend>Load Map:</legend> + <legend>Tasks:</legend> <div class='plusMinus'> Recalculate all statistics: <input type="button" value="Recalculate!" class="forminput" onclick='recalculate()'/> </div> |