From ba795ccd5c58e4168653b3509de31cc7d21bdeca Mon Sep 17 00:00:00 2001 From: "R. Miles McCain" Date: Sun, 28 Jun 2020 02:44:59 +0000 Subject: [PATCH] Clarify collaborators description --- shynet/dashboard/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shynet/dashboard/forms.py b/shynet/dashboard/forms.py index b56c15d..00a82fa 100644 --- a/shynet/dashboard/forms.py +++ b/shynet/dashboard/forms.py @@ -50,7 +50,7 @@ class ServiceForm(forms.ModelForm): } collaborators = forms.CharField( - help_text="Which users should have read-only access to this service? (Comma separated list of emails.)", + help_text="Which users on this Shynet instance should have read-only access to this service? (Comma separated list of emails.)", required=False, )