Skip to content

Commit

Permalink
ref(quick-start): Fix translations (#78019)
Browse files Browse the repository at this point in the history
  • Loading branch information
priscilawebdev authored Sep 24, 2024
1 parent c0c1066 commit af39317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/app/components/onboardingWizard/taskConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export function getOnboardingTasks({
eventType="error"
onIssueReceived={() => !taskIsDone(task) && onCompleteTask()}
>
{() => <EventWaitingIndicator />}
{() => <EventWaitingIndicator text={t('Waiting for error')} />}
</EventWaiter>
) : null
),
Expand Down Expand Up @@ -385,7 +385,7 @@ export function getOnboardingTasks({
},
{
task: OnboardingTaskKey.USER_REPORTS,
title: 'User crash reports',
title: t('User crash reports'),
description: t('Collect user feedback when your application crashes'),
skippable: true,
requisites: [
Expand Down

0 comments on commit af39317

Please sign in to comment.