diff --git a/app/src/organisms/ChangePipette/index.tsx b/app/src/organisms/ChangePipette/index.tsx index 61814f15619..1eb031ee818 100644 --- a/app/src/organisms/ChangePipette/index.tsx +++ b/app/src/organisms/ChangePipette/index.tsx @@ -56,7 +56,7 @@ interface Props { export function ChangePipette(props: Props): JSX.Element | null { const { robotName, mount, closeModal } = props - const { t } = useTranslation('change_pipette') + const { t } = useTranslation(['change_pipette', 'shared']) const history = useHistory() const dispatch = useDispatch() const finalRequestId = React.useRef(null) @@ -184,7 +184,7 @@ export function ChangePipette(props: Props): JSX.Element | null { marginTop={SPACING.spacing24} marginBottom={SPACING.spacing8} > - {t('moving_gantry')} + {t('shared:stand_back_robot_is_in_motion')} )