Skip to content

Commit 3754859

Browse files
authoredJun 10, 2025··
fix(tempest): Onboarding wording update (#93210)
Small wording changes in DevKit onboarding
·
25.9.025.6.0
1 parent b4f2e07 commit 3754859

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎static/app/views/settings/project/tempest/DevKitSettings.tsx‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default function DevKitSettings({organization, project}: Props) {
101101

102102
<GuidedSteps.Step
103103
stepKey="step-2"
104-
title={t('Using Windows tool set up Upload URL')}
104+
title={t('Using Windows tool to set up Upload URL')}
105105
>
106106
<DescriptionWrapper>
107107
<StepContentColumn>
@@ -125,7 +125,7 @@ export default function DevKitSettings({organization, project}: Props) {
125125

126126
<GuidedSteps.Step
127127
stepKey="step-3"
128-
title={t('Using DevKit Directly set up Upload URL')}
128+
title={t('Using DevKit Directly to set up Upload URL')}
129129
>
130130
<DescriptionWrapper>
131131
<StepContentColumn>
@@ -169,7 +169,7 @@ export default function DevKitSettings({organization, project}: Props) {
169169

170170
<p>
171171
{t(
172-
'There is currently a limit on the size of files we support, as such, uploading large dumps or long videos may fail. Short videos should be supposed so configuring the DevKit to keep them short is a temporary solution.'
172+
'There is currently a limit on the size of files we support, as such, uploading large dumps or long videos may fail. During the first setup it is recommended to not send any videos, and once you made sure everything works, you can start sending larger attachments.'
173173
)}
174174
</p>
175175
</DescriptionWrapper>

0 commit comments

Comments
 (0)
Please sign in to comment.