Skip to content

Commit 8213db2

Browse files
authored
fix(ui): typo on languages (#33628)
1 parent 539614d commit 8213db2

File tree

1 file changed

+1
-1
lines changed
  • static/app/views/onboarding/targetedOnboarding

1 file changed

+1
-1
lines changed

static/app/views/onboarding/targetedOnboarding/welcome.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function TargetedOnboardingWelcome({organization, ...props}: StepProps) {
8080
<InnerAction
8181
title={t('Install Sentry')}
8282
subText={t(
83-
'Select your lanaguages or frameworks and install the SDKs to start tracking issues'
83+
'Select your languages or frameworks and install the SDKs to start tracking issues'
8484
)}
8585
src={OnboardingInstall}
8686
cta={

0 commit comments

Comments
 (0)