diff options
Diffstat (limited to 'htdocs')
-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(); } |