diff --git a/apps/web/src/components/app-consumers-list.tsx b/apps/web/src/components/app-consumers-list.tsx index cfb10754..2d3f056f 100644 --- a/apps/web/src/components/app-consumers-list.tsx +++ b/apps/web/src/components/app-consumers-list.tsx @@ -65,7 +65,7 @@ export function AppConsumersList() { ) : !consumers.length ? (
No subscriptions found. Subscribe to your first project to get - started! + started.
) : (Error fetching projects
) : !projects.length ? ( -No projects found. Create your first project to get started!
+No projects found. Create your first project to get started.
) : (