Skip to content

Commit

Permalink
Clarify collaborators description
Browse files Browse the repository at this point in the history
  • Loading branch information
milesmcc committed Jun 28, 2020
1 parent c9b5a67 commit ba795cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shynet/dashboard/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Meta:
}

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

Expand Down

0 comments on commit ba795cc

Please sign in to comment.