Skip to content

Commit b98978f

Browse files
committed
fix(app): copy error on OT2 pipette leveling flow
1 parent f9ba7a4 commit b98978f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/organisms/Desktop/Devices/ChangePipette/LevelPipette.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export function LevelPipette(props: LevelPipetteProps): JSX.Element {
7171
values={{
7272
slot: mount === 'left' ? '3' : '1',
7373
side: pipetteModelName === 'p20_mutli_gen2' ? 'short' : 'tall',
74-
direction: mount,
74+
direction: 'right',
7575
}}
7676
components={{
7777
strong: (

app/src/organisms/Desktop/Devices/ChangePipette/__tests__/LevelPipette.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ describe('LevelPipette', () => {
8080
)
8181
screen.getByText(
8282
nestedTextMatcher(
83-
'Place the calibration block in slot 3 with the tall surface on the left side.'
83+
'Place the calibration block in slot 3 with the tall surface on the right side.'
8484
)
8585
)
8686
screen.getByText(

0 commit comments

Comments
 (0)