Skip to content

Commit

Permalink
fix(app): fix module wizard missing copy (#15881)
Browse files Browse the repository at this point in the history
Closes RQA-2895
  • Loading branch information
mjhuff authored Aug 5, 2024
1 parent f2f3c74 commit 1edec95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/organisms/ModuleWizardFlows/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,9 @@ export const ModuleWizardFlows = (
)
} else if (isExiting) {
modalContent = (
<SimpleWizardInProgressBody description={t('stand_back_exiting')} />
<SimpleWizardInProgressBody
description={t('stand_back_robot_in_motion')}
/>
)
} else if (currentStep.section === SECTIONS.BEFORE_BEGINNING) {
modalContent = <BeforeBeginning {...currentStep} {...calibrateBaseProps} />
Expand Down

0 comments on commit 1edec95

Please sign in to comment.