Skip to content

Commit 12f7d1f

Browse files
committed
typo
1 parent fd100f4 commit 12f7d1f

File tree

1 file changed

+1
-1
lines changed
  • apps/dashboard/src/pages/Dashboard/Incidents/Detail

1 file changed

+1
-1
lines changed

apps/dashboard/src/pages/Dashboard/Incidents/Detail/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const IncidentsWindowDetailView: FunctionComponent<
5050
<Typography color="secondary">
5151

5252
<Conditional value={!incidentsAreLoading && monitorIncidents != undefined && monitorIncidents?.incidents.length > 0}>
53-
{monitorIncidents?.incidents.length} active incidents monitor
53+
{monitorIncidents?.incidents.length} active incidents on monitor
5454

5555
</Conditional>
5656

0 commit comments

Comments
 (0)