From 34d66a3d967c06b2e957f29b6ea2af38c6d147e1 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 23 Apr 2022 21:37:03 +0100 Subject: [PATCH] Update thread visibility guidance --- app/templates/packages/view.html | 2 +- app/templates/threads/view.html | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index eda3405b..019a99a2 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -221,7 +221,7 @@

{% if review_thread.private %}🔒{% endif %} {{ review_thread.title }}

{% if review_thread.private %}

- {{ _("This thread is only visible to the package owner and users of Approver rank or above.") }} + {{ _("This thread is only visible to its creator, package maintainers, users of Approver rank or above, and @mentioned users.") }}

{% endif %} diff --git a/app/templates/threads/view.html b/app/templates/threads/view.html index 692c2c8a..a94ba394 100644 --- a/app/templates/threads/view.html +++ b/app/templates/threads/view.html @@ -89,11 +89,14 @@