We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0245003 commit 6274785Copy full SHA for 6274785
static/app/views/replays/detail/layout/focusTabs.tsx
@@ -25,7 +25,11 @@ function getReplayTabs({
25
[TabKey.AI]: organization.features.includes('replay-ai-summaries') ? (
26
<Flex align="center" gap={space(0.75)}>
27
{t('Summary')}
28
- <Tooltip title={t('experimental')}>
+ <Tooltip
29
+ title={t(
30
+ 'This feature is experimental! Try it out and let us know what you think. No promises!'
31
+ )}
32
+ >
33
<IconLab isSolid />
34
</Tooltip>
35
</Flex>
0 commit comments