Skip to content

Commit ce5ecb4

Browse files
authoredMar 18, 2025··
chore(insights): fix typo (#87265)
1 parent 79ec50d commit ce5ecb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ const EMPTY_STATE_CONTENT: Record<TitleableModuleNames, EmptyStateContent> = {
277277
supportedSdks: ['android', 'flutter', 'apple-ios', 'react-native'],
278278
},
279279
ai: {
280-
heading: t('Find out what your LLM model is actually saying'),
280+
heading: t('Find out what your LLM is actually saying'),
281281
description: tct(
282282
'Get insights into critical [dataType] metrics, like token usage, to monitor and fix issues with AI pipelines.',
283283
{

0 commit comments

Comments
 (0)
Please sign in to comment.