diff --git a/SchemaCollaboration/comments/forms.py b/SchemaCollaboration/comments/forms.py index 8892ad9..812d09b 100644 --- a/SchemaCollaboration/comments/forms.py +++ b/SchemaCollaboration/comments/forms.py @@ -18,7 +18,7 @@ def __init__(self, *args, datapackage_id, person, **kwargs): self.fields['text'].widget.attrs = {'rows': 3} - self.fields['private'].help_text = 'Enable if this comment should only be visible to you' + self.fields['private'].help_text = 'Enable if this comment should only be visible to datamanagers' if person: self.fields['author'].initial = person