Skip to content

Commit

Permalink
Update summary error message
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaGeo committed Mar 11, 2024
1 parent 6c5628f commit 4ce8aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/static/js/htmlView.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ agsHtml.displayFileResult=function(fileResult){
xhtml=xhtml + "<ul class='fileResSummary'>";

if(summaries.length === 0){
xhtml=xhtml + "<li>No summary generated due to errors reading file (see below) or BGS validation not selected (required for summary)</li>";
xhtml=xhtml + "<li>No summary generated due to errors reading file (see below)</li>";
};

if(fileResult.additional_metadata.bgs_all_groups){
Expand Down

0 comments on commit 4ce8aa0

Please sign in to comment.