Skip to content

Commit

Permalink
feat(replay): a11y tab in beta (#60631)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan953 committed Nov 27, 2023
1 parent d5166f4 commit 941df1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/app/views/replays/detail/layout/focusTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ function getReplayTabs(organization: Organization): Record<TabKey, ReactNode> {
</ExternalLink>
}
>
{t('a11y')}
{t('Accessibility')}
</Tooltip>
<FeatureBadge type="alpha" />
<FeatureBadge type="beta" />
</Fragment>
) : null,
[TabKey.MEMORY]: t('Memory'),
Expand Down

0 comments on commit 941df1b

Please sign in to comment.