Skip to content

Commit 68773a6

Browse files
fix: homogenize info nodes [IDE-936] (#356)
1 parent 5d310e0 commit 68773a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Snyk.VisualStudio.Extension.2022/UI/Tree/SnykFilterableTree.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ private void AddInfoTreeNodes(RootTreeNode rootNode, int totalIssueCount, int ig
205205

206206
if (totalIssueCount > 0)
207207
{
208-
text = $"✋ {totalIssueCount} issue{plural} found by Snyk";
208+
text = $"✋ {totalIssueCount} issue{plural} found";
209209
if (options.ConsistentIgnoresEnabled)
210210
{
211211
text += $", {ignoredIssueCount} ignored";

0 commit comments

Comments
 (0)