diff --git a/apps/dashboard/src/app/(app)/[organizationSlug]/[projectId]/events/event-list/event-list.tsx b/apps/dashboard/src/app/(app)/[organizationSlug]/[projectId]/events/event-list/event-list.tsx index dd50adff..aeb3c7d0 100644 --- a/apps/dashboard/src/app/(app)/[organizationSlug]/[projectId]/events/event-list/event-list.tsx +++ b/apps/dashboard/src/app/(app)/[organizationSlug]/[projectId]/events/event-list/event-list.tsx @@ -49,7 +49,7 @@ function EventList({ data, count }: EventListProps) { {filters.length ? (
Could not find any events with your filter
) : ( -We have not recieved any events yet
+We have not received any events yet
)} > )}