diff --git a/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx b/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx
index 72e78c328..950e30c4d 100644
--- a/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx
+++ b/frontend/app/components/Dashboard/components/DashboardList/DashboardList.tsx
@@ -26,7 +26,7 @@ function DashboardList() {
}
subtext={
- A Dashboard is a collection of Utilize cards to capture key interactions and track KPIs effectively.
} className="text-center">Cards that can be shared across teams.
+ A Dashboard is a collection of Utilize cards to visualize key user interactions or product performance metrics.} className="text-center">Cards that can be shared across teams.
}
>
diff --git a/frontend/app/components/Dashboard/components/MetricsList/MetricsList.tsx b/frontend/app/components/Dashboard/components/MetricsList/MetricsList.tsx
index fda514af5..cced339b1 100644
--- a/frontend/app/components/Dashboard/components/MetricsList/MetricsList.tsx
+++ b/frontend/app/components/Dashboard/components/MetricsList/MetricsList.tsx
@@ -59,7 +59,7 @@ function MetricsList({
}
- subtext="Utilize cards to capture key interactions and track KPIs effectively."
+ subtext="Utilize cards to visualize key user interactions or product performance metrics."
>
{listView ? (
> }) {
}
subtext={
- Create notes when replaying sessions and share your insights with the team.
+ Note observations during session replays and share them with your team.
{isVault
- ? 'Add any session to your vault from the replay page and retain it longer.'
- : 'Bookmark important sessions in player screen and quickly find them here.'}
+ ? 'Extend the retention period of any session by adding it to your vault directly from the player screen.'
+ : 'Effortlessly find important sessions by bookmarking them directly from the player screen.'}