Skip to content

Commit

Permalink
Changed wording of the vulnerability scan message.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdedic committed Sep 26, 2022
1 parent 98957f7 commit e69593e
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -78,12 +78,12 @@
*/
@NbBundle.Messages({
"# {0} - project name",
"MSG_Audit_Pass=Vulnerability audit for project {0} is done.\nNo vulnerability was found.",
"MSG_Audit_Pass=Vulnerability audit for project {0} is done.\nNo vulnerable dependency was found.",
"# {0} - project name",
"MSG_Audit_Failed_One=Vulnerability audit for project {0} is done.\nOne vulnerability was found.\nThe vulnerability is listed in Problems window.",
"MSG_Audit_Failed_One=Vulnerability audit for project {0} is done.\nOne vulnerable dependency was found.\nThe vulnerability is listed in Problems window.",
"# {0} - project name",
"# {1} - number of vulnerabilities",
"MSG_Audit_Failed_More=Vulnerability audit for project {0} is done.\n{1} vulnerabilities were found.\nThe vulnerabilities are listed in Problems window.",
"MSG_Audit_Failed_More=Vulnerability audit for project {0} is done.\n{1} vulnerable dependencies were found.\nThe vulnerabilities are listed in Problems window.",
"# {0} - project name",
"MSG_CreatingAuditFailed=Creating Vulnerablity audit for project {0} failed.",
"# {0} - project name",
Expand Down

0 comments on commit e69593e

Please sign in to comment.