Skip to content

Commit

Permalink
Clarify that "Private" means for all the data managers of the institu…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
cpina committed Nov 24, 2020
1 parent 0621aa7 commit cbc4a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SchemaCollaboration/comments/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbc4a03

Please sign in to comment.