We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd100f4 commit 12f7d1fCopy full SHA for 12f7d1f
apps/dashboard/src/pages/Dashboard/Incidents/Detail/index.tsx
@@ -50,7 +50,7 @@ const IncidentsWindowDetailView: FunctionComponent<
50
<Typography color="secondary">
51
52
<Conditional value={!incidentsAreLoading && monitorIncidents != undefined && monitorIncidents?.incidents.length > 0}>
53
- {monitorIncidents?.incidents.length} active incidents monitor
+ {monitorIncidents?.incidents.length} active incidents on monitor
54
55
</Conditional>
56
0 commit comments