Skip to content

Commit e3ccb78

Browse files
[#675] Update non validated file message
1 parent b1129ef commit e3ccb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/utils/case_import_processing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def validate_ready_for_upload(mapping_df: pd.DataFrame) -> None:
164164
except IndexError:
165165
raise HTTPException(
166166
status_code=400,
167-
detail="'Ready for upload' flag has no value cell",
167+
detail="The file has not been validated. Please refer to the instructions in the data upload template.", # noqa
168168
)
169169

170170
if ready_value != "yes":

0 commit comments

Comments
 (0)