diff --git a/dependency-check-core/src/main/resources/templates/HtmlReport.vsl b/dependency-check-core/src/main/resources/templates/HtmlReport.vsl
index a1b9b22ea..532b0f935 100644
--- a/dependency-check-core/src/main/resources/templates/HtmlReport.vsl
+++ b/dependency-check-core/src/main/resources/templates/HtmlReport.vsl
@@ -660,7 +660,7 @@ arising out of or in connection with the use of this tool, the analysis performe
MD5: $enc.html($dependency.Md5sum)
SHA1: $enc.html($dependency.Sha1sum)
#if ($dependency.projectReferences.size()==1)
-
Referenced In Project:
+
Referenced In Project/Scope:
#foreach($ref in $dependency.projectReferences)
$enc.html($ref)
#end