Clarify collaborators description

This commit is contained in:
R. Miles McCain 2020-06-28 02:44:59 +00:00
parent c9b5a677d3
commit ba795ccd5c
No known key found for this signature in database
GPG Key ID: F1053629E2905557

View File

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