From 1091b25ed9d1b10c4d7a38dcfe6947223befc11c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20K=C3=B6hler?= <74593656+Than-DE@users.noreply.github.com> Date: Tue, 28 May 2024 11:19:49 +0800 Subject: [PATCH] fix(dashboard/events): typo in events list empty state --- .../[projectId]/events/event-list/event-list.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

)} )}