From f8958ae1bc5f695f4493dcd6a66c38e2a4e77939 Mon Sep 17 00:00:00 2001 From: TumeniNodes Date: Tue, 22 Oct 2019 16:17:08 -0400 Subject: [PATCH] Fix error in thread privacy message --- app/templates/threads/new.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") }}

- 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.