Skip to content

Commit

Permalink
fix(app): ODD: wifi connect success continue i18n (#17551)
Browse files Browse the repository at this point in the history
Needs to be from shared.
  • Loading branch information
sfoster1 authored Feb 19, 2025
1 parent 780c2c8 commit 84279c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -93,7 +93,7 @@ export function WifiConnectionDetails({
/>
<MediumButton
flex="1"
buttonText={i18n.format(t('continue'), 'capitalize')}
buttonText={i18n.format(t('shared:continue'), 'capitalize')}
onClick={() => {
navigate('/robot-settings/update-robot-during-onboarding')
}}

0 comments on commit 84279c5

Please sign in to comment.