mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-28 11:49:13 -04:00
Fix innacurate error message on CSV check
We only know if a row contains missing cell(s), not how many cells are missing data. This commit changes the error message to be more accurate.
This commit is contained in:
@@ -49,7 +49,7 @@ MockRecipients = namedtuple(
|
||||
[
|
||||
'add a column called ‘name’',
|
||||
'fix 1 phone number',
|
||||
'fill in 1 empty cell'
|
||||
'enter missing data in 1 row'
|
||||
]
|
||||
),
|
||||
(
|
||||
@@ -63,7 +63,7 @@ MockRecipients = namedtuple(
|
||||
[
|
||||
'add columns called ‘name’, ‘date’, and ‘time’',
|
||||
'fix 4 phone numbers',
|
||||
'fill in 4 empty cells'
|
||||
'enter missing data in 4 rows'
|
||||
]
|
||||
)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user