Skip to content

Commit d3367db

Browse files
chore(insights): Minor change to mobile vitals value prop text (#95269)
1 parent 5399776 commit d3367db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/insights/common/components/modulesOnboarding.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ const EMPTY_STATE_CONTENT: Record<TitleableModuleNames, EmptyStateContent> = {
328328
),
329329
valuePropDescription: t('With Mobile Vitals:'),
330330
valuePropPoints: [
331-
t('Get recommendations for key mobile metrics based on industry standards.'),
331+
t('Get recommendations to improve key mobile metrics.'),
332332
t('Track the performance of your application on real user devices.'),
333333
t('Understand the full lifecycle of an app, from startup to user interactions.'),
334334
],

0 commit comments

Comments
 (0)