Skip to content

Commit a843029

Browse files
Apply suggestions from code review
Co-authored-by: Michelle Zhang <[email protected]>
1 parent f0cb11c commit a843029

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

static/app/views/insights/sessions/views/overview.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function ViewSpecificCharts({
104104
<UserHealthCountChart />
105105
</ModuleLayout.Third>
106106

107-
<ModuleLayout.Third>Coming soon: New Issues over time</ModuleLayout.Third>
107+
<ModuleLayout.Third>Coming soon: New issues over time</ModuleLayout.Third>
108108
<ModuleLayout.Third>
109109
<SessionHealthRateChart />
110110
</ModuleLayout.Third>
@@ -119,8 +119,8 @@ function ViewSpecificCharts({
119119
<ModuleLayout.Third>
120120
<CrashFreeSessionsChart />
121121
</ModuleLayout.Third>
122-
<ModuleLayout.Third>Coming soon: New Issues over time</ModuleLayout.Third>
123-
<ModuleLayout.Third>Coming soon: New Issues Per release</ModuleLayout.Third>
122+
<ModuleLayout.Third>Coming soon: New issues over time</ModuleLayout.Third>
123+
<ModuleLayout.Third>Coming soon: New issues per release</ModuleLayout.Third>
124124

125125
<ModuleLayout.Third>
126126
<ReleaseSessionCountChart />

0 commit comments

Comments
 (0)