From 5b77db83fd404b309bfe8ec59bae15914c9c73b2 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Mon, 23 Jan 2023 13:37:38 +0100 Subject: [PATCH] change(ui) - text changes --- .../components/DashboardWidgetGrid/DashboardWidgetGrid.tsx | 2 +- .../components/Dashboard/components/WidgetForm/WidgetForm.tsx | 2 +- frontend/app/constants/card.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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, }, {