diff --git a/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx b/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx
index 95b6bc0f6..a4551f854 100644
--- a/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx
+++ b/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx
@@ -23,9 +23,9 @@ function DashboardList() {
'No matching results'
) : (
-
Create your first Dashboard
+
You haven't created any dashboards yet
- A dashboard lets you visualize trends and insights of data captured by OpenReplay.
+ A Dashboard is a collection of Cards that can be shared across teams.
)}
diff --git a/frontend/app/components/Dashboard/components/DashboardList/Header.tsx b/frontend/app/components/Dashboard/components/DashboardList/Header.tsx
index 9a8e9de22..00fc42349 100644
--- a/frontend/app/components/Dashboard/components/DashboardList/Header.tsx
+++ b/frontend/app/components/Dashboard/components/DashboardList/Header.tsx
@@ -34,10 +34,6 @@ function Header({ history, siteId }: { history: any; siteId: string }) {
-
-
- A Dashboard is a collection of Cards that can be shared across teams.
-