diff --git a/app/static/js/htmlView.js b/app/static/js/htmlView.js
index 7467dcf9..7869dd4a 100644
--- a/app/static/js/htmlView.js
+++ b/app/static/js/htmlView.js
@@ -189,7 +189,7 @@ agsHtml.displayFileResult=function(fileResult){
xhtml=xhtml + "
";
if(summaries.length === 0){
- xhtml=xhtml + "- No summary generated due to errors reading file (see below)
";
+ xhtml=xhtml + "- No summary generated due to errors reading file (see below) or BGS validation not selected (required for summary)
";
};
if(fileResult.additional_metadata.bgs_all_groups){