From b9adf29f85533e3ee15146026ebd69e4b1fc557d Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Mon, 24 Sep 2018 15:34:04 -0400 Subject: [PATCH] Give me some space --- atst/forms/internal_comment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atst/forms/internal_comment.py b/atst/forms/internal_comment.py index e3dc182e..583db7a1 100644 --- a/atst/forms/internal_comment.py +++ b/atst/forms/internal_comment.py @@ -8,6 +8,6 @@ class InternalCommentForm(ValidatedForm): text = TextAreaField( "CCPO Internal Notes", default="", - 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.", + 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=[InputRequired()], )