diff --git a/templates/requests/approval.html b/templates/requests/approval.html index b01ecda3..53583e97 100644 --- a/templates/requests/approval.html +++ b/templates/requests/approval.html @@ -162,7 +162,7 @@ {{ TextInput( review_form.comment, label='Approval comments or notes', - description='Provide any comments or notes regarding the approval of this request. This message will be shared with the person making the JEDI request..', + description='Provide any comments or notes regarding the approval of this request. This message will be shared with the person making the JEDI request.', paragraph=True, noMaxWidth=True ) }}