summaryrefslogtreecommitdiff
path: root/htdocs/new-post.php
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/new-post.php')
-rw-r--r--htdocs/new-post.php2
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();
}