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, )