From 9cb2b9714e9fa548b6cb5be7b4ba9a681c75019b Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Tue, 6 Nov 2018 16:56:15 -0500 Subject: [PATCH] Remove extraneous period from description.. --- templates/requests/approval.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) }}