Skip to content

Commit

Permalink
fix: delta description in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch committed Nov 13, 2024
1 parent 9a17cda commit 6d224f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/kotlin/io/snyk/plugin/ui/SnykSettingsDialog.kt
Original file line number Diff line number Diff line change
Expand Up @@ -631,8 +631,7 @@ class SnykSettingsDialog(

val netNewIssuesText =
JLabel(
"Specifies whether to see only net new issues or all issues. " +
"Only applies to Code Security and Code Quality."
"Specifies whether to see only net new issues or all issues. This setting does not apply for Snyk Container."
).apply { font = FontUtil.minusOne(this.font) }

netNewIssuesPanel.add(
Expand Down

0 comments on commit 6d224f9

Please sign in to comment.