diff options
author | TumeniNodes <tumeninodes@gmail.com> | 2019-10-22 16:17:08 -0400 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2019-10-22 21:17:08 +0100 |
commit | f8958ae1bc5f695f4493dcd6a66c38e2a4e77939 (patch) | |
tree | 1eefb27b9f0b53b6a64e7057cbab0e135a05c6bf | |
parent | 03eccbd56ae095392d2e160d6162185ce2cc3133 (diff) | |
download | cheatdb-f8958ae1bc5f695f4493dcd6a66c38e2a4e77939.tar.xz |
Fix error in thread privacy message
-rw-r--r-- | app/templates/threads/new.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/threads/new.html b/app/templates/threads/new.html index d60bf2c..a586769 100644 --- a/app/templates/threads/new.html +++ b/app/templates/threads/new.html @@ -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> |