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