Skip to content

Commit

Permalink
https://jira.scholarsportal.info/browse/DAT-492
Browse files Browse the repository at this point in the history
  • Loading branch information
JayanthyChengan committed Jan 17, 2023
1 parent 1a10278 commit efc8164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/edu/harvard/iq/dataverse/DataFile.java
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ public String getIngestReportMessage() {
return ingestReports.get(0).getReport();
}
}
return "Ingest failed. No further information is available.";
return BundleUtil.getStringFromBundle("file.ingestFailed");
}

public boolean isTabularData() {
Expand Down

0 comments on commit efc8164

Please sign in to comment.