This commit is contained in:
andrewdds 2018-09-04 12:59:02 -04:00 committed by Andrew Croce
parent 4f7e193130
commit 259c048952

View File

@ -101,7 +101,7 @@ class BaseFinancialForm(ValidatedForm):
uii_ids = NewlineListField(
"Unique Item Identifier (UII)s related to your application(s) if you already have them.",
description="If you have more than on UII, place each one on a new line.",
description="If you have more than one UII, place each one on a new line.",
validators=[Required()],
)