Fixed two typos

This commit is contained in:
Šesták Vít
2016-02-19 18:10:53 +01:00
parent 12f43f4b32
commit 66ba68304c
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
projectsOption = Some((projectsWithSelection, x => routes.Statistics.vulnerabilities(x, tagOption.map(_._1))))
){
We have @statistics.vulnerabilitiesToDependencies.size vulnerabilities
of @statistics.vulnerabilitiesToDependencies.flatMap(_._2).toSet.size dependencies (@statistics.vulnerabilitiesToDependencies.flatMap(_._2.flatMap(_.plainLibraryIdentifiers)).toSet.size libaries).
of @statistics.vulnerabilitiesToDependencies.flatMap(_._2).toSet.size dependencies (@statistics.vulnerabilitiesToDependencies.flatMap(_._2.flatMap(_.plainLibraryIdentifiers)).toSet.size libraries).
@if(!projectsWithSelection.isProjectSpecified){
They are affecting @statistics.vulnerabilitiesToDependencies.flatMap(_._2.flatMap(_.projects)).toSet.size projects.
}else{

View File

@@ -5,7 +5,7 @@
)(implicit header: DefaultRequest)
@import helper._
@main(
title = "Vulnerabilities for a libary"
title = "Vulnerabilities for a library"
){
<script type="text/javascript">
function versionChanged(that){