diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2011-06-14 16:54:30 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net ; true> | 2011-06-14 16:54:30 -0700 |
commit | f0e7ae56c09a407870d8fd5671609995eca63917 (patch) | |
tree | fe2e1a55eb1f768d1b1d25dcc8033c20446808d3 /htdocs/new-post.php | |
parent | 6045bb8ea25b77d99bdff8d741c99034f86b19c0 (diff) |
Changed terms of service to terms of use
Diffstat (limited to 'htdocs/new-post.php')
-rw-r--r-- | htdocs/new-post.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/new-post.php b/htdocs/new-post.php index 439d7f2..1bcdc89 100644 --- a/htdocs/new-post.php +++ b/htdocs/new-post.php @@ -114,7 +114,7 @@ function handle_tos() { echo "<p><label><input type=\"checkbox\" name=\"tos\" value=\"1\" />" ." I agree to the <a href=\"". buildUrl('page/tou.html') - ."\">terms of service</a>.</label></p>"; + ."\">terms of use</a>.</label></p>"; form_end(); } |