diff --git a/atst/forms/internal_comment.py b/atst/forms/internal_comment.py index 71b88f7e..c082aefb 100644 --- a/atst/forms/internal_comment.py +++ b/atst/forms/internal_comment.py @@ -7,6 +7,6 @@ from .forms import ValidatedForm class InternalCommentForm(ValidatedForm): text = TextAreaField( "CCPO Internal Notes", - description="You may add additional comments and notes for internal CCPO reference and follow-up here.", + description="Add comments or notes for internal CCPO reference and follow-up here.These comments will not be visible to the person making the JEDI request.", validators=[Optional()], )