fix typo
This commit is contained in:
parent
4f7e193130
commit
259c048952
@ -101,7 +101,7 @@ class BaseFinancialForm(ValidatedForm):
|
|||||||
|
|
||||||
uii_ids = NewlineListField(
|
uii_ids = NewlineListField(
|
||||||
"Unique Item Identifier (UII)s related to your application(s) if you already have them.",
|
"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()],
|
validators=[Required()],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user