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