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