]> git.lizzy.rs Git - cheatdb.git/commitdiff
Fix error in thread privacy message
authorTumeniNodes <tumeninodes@gmail.com>
Tue, 22 Oct 2019 20:17:08 +0000 (16:17 -0400)
committerrubenwardy <rw@rubenwardy.com>
Tue, 22 Oct 2019 20:17:08 +0000 (21:17 +0100)
app/templates/threads/new.html

index d60bf2c143ea16ec8c4d0a144116b906c9a07209..a586769f7d32b571ad6b1f9f2c66f257680968e2 100644 (file)
@@ -37,7 +37,7 @@
 
        {{ render_checkbox_field(form.private, class_="my-3") }}
        <p>
-               Only the you, the package author, and users of Editor rank
+               Only you, the package author, and users of Editor rank
                and above can read private threads.
        </p>