diff options
-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> |