diff --git a/atst/forms/financial.py b/atst/forms/financial.py index 4e78c67c..416b6fce 100644 --- a/atst/forms/financial.py +++ b/atst/forms/financial.py @@ -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()], )