Remove extraneous period from description..

This commit is contained in:
Patrick Smith 2018-11-06 16:56:15 -05:00
parent 0032875859
commit 9cb2b9714e

View File

@ -162,7 +162,7 @@
{{ TextInput( {{ TextInput(
review_form.comment, review_form.comment,
label='Approval comments or notes', label='Approval comments or notes',
description='Provide any comments or notes regarding the approval of this request. <strong>This message will be shared with the person making the JEDI request.</strong>.', description='Provide any comments or notes regarding the approval of this request. <strong>This message will be shared with the person making the JEDI request.</strong>',
paragraph=True, paragraph=True,
noMaxWidth=True noMaxWidth=True
) }} ) }}