From 259c04895227c08665df5971e3d033485c6a507d Mon Sep 17 00:00:00 2001 From: andrewdds <40467269+andrewdds@users.noreply.github.com> Date: Tue, 4 Sep 2018 12:59:02 -0400 Subject: [PATCH] fix typo --- atst/forms/financial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()], )