Skip to content

Commit

Permalink
Fix missed i18n key (#13864)
Browse files Browse the repository at this point in the history
  • Loading branch information
smb2268 authored and caila-marashaj committed Oct 31, 2023
1 parent 836c8cb commit f96d4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/organisms/PipetteWizardFlows/Results.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const Results = (props: ResultsProps): JSX.Element => {
subHeader = t('gantry_empty_for_96_channel_success')
buttonText = t('attach_pip')
} else {
buttonText = t('detach_next_pip')
buttonText = t('detach_next_pipette')
}
}
}
Expand Down

0 comments on commit f96d4b4

Please sign in to comment.