diff --git a/frontend/app/components/Dashboard/components/DashboardWidgetGrid/DashboardWidgetGrid.tsx b/frontend/app/components/Dashboard/components/DashboardWidgetGrid/DashboardWidgetGrid.tsx
index 3b25bbf22..0064d98b8 100644
--- a/frontend/app/components/Dashboard/components/DashboardWidgetGrid/DashboardWidgetGrid.tsx
+++ b/frontend/app/components/Dashboard/components/DashboardWidgetGrid/DashboardWidgetGrid.tsx
@@ -44,7 +44,7 @@ function DashboardWidgetGrid(props: Props) {
There are no cards in this dashboard
- Try the most commonly used metrics or graphs to begin.
+ Create a card from any of the below types or pick an existing one from your library.
diff --git a/frontend/app/components/Dashboard/components/WidgetForm/WidgetForm.tsx b/frontend/app/components/Dashboard/components/WidgetForm/WidgetForm.tsx
index 591011214..29e1785e8 100644
--- a/frontend/app/components/Dashboard/components/WidgetForm/WidgetForm.tsx
+++ b/frontend/app/components/Dashboard/components/WidgetForm/WidgetForm.tsx
@@ -179,7 +179,7 @@ function WidgetForm(props: Props) {
- Filtering or modification of OpenReplay provided metrics isn't supported at the moment.
+ Filtering and drill-downs will be supported soon for this card type.
)}
diff --git a/frontend/app/constants/card.ts b/frontend/app/constants/card.ts
index 1474a166c..9c520c740 100644
--- a/frontend/app/constants/card.ts
+++ b/frontend/app/constants/card.ts
@@ -35,7 +35,7 @@ export const TYPES: CardType[] = [
{
title: 'Add from Library',
icon: 'grid',
- description: 'Select a pre existing card from card library',
+ description: 'Select an existing card from your library',
slug: LIBRARY,
},
{