We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a28069 commit 6dee1f3Copy full SHA for 6dee1f3
src/app.py
@@ -3318,7 +3318,7 @@ def validate_donors(headers, records):
3318
error_msg.append(f"<blank> is not an accepted field. Check for incorrect spaces and tabs in the header line")
3319
elif field not in required_headers:
3320
file_is_valid = False
3321
- error_msg.append(f"{field} is not an accepted field. Check for any typo's in header row.")
+ error_msg.append(f"{field} is not an accepted field in the header row.")
3322
rownum = 0
3323
if file_is_valid is True:
3324
for data_row in records:
0 commit comments