Skip to content

Commit de42b7a

Browse files
committed
fix naming
1 parent 31ada53 commit de42b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/org/digma/intellij/plugin/ui/list/insights/ScalingRootCausePanel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fun spanScalingRootCauseItemsPanel(project: Project, insight: SpanScalingRootCau
2424

2525
val buttonToGraph = buildButtonToPercentilesGraph(project, insight.spanInfo.name,insight.spanInfo.instrumentationLibrary)
2626

27-
val backwardsCompatibilityTitle = "Scaling Issue Root Cause Found";
27+
val backwardsCompatibilityTitle = "Scaling Issue Root Cause";
2828
val backwardsCompatibilityDescription = "Significant performance degradation here";
2929

3030
val uniqueInsightId = insight.codeObjectId + insight.type

0 commit comments

Comments
 (0)