Skip to content

Commit 822c32e

Browse files
authored
fix(protocol-designer): update the copy on incompatible tips modal (#19082)
* fix(protocol-designer): update the copy on incompatible tips modal
1 parent f61bc3a commit 822c32e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

protocol-designer/src/assets/localization/en/onboarding.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"edit": "Edit",
2020
"fixtures_added": "Fixtures added",
2121
"fixtures_replace": "Fixtures replace standard deck slots and let you add functionality to your Flex.",
22-
"incompatible_tip_body": "Using a pipette with an incompatible tip rack may result reduce pipette accuracy and collisions. We strongly recommend that you do not pair a pipette with an incompatible tip rack.",
22+
"incompatible_tip_body": "Incompatible tip racks cause reduced pipette accuracy and collisions. Use compatible tip racks only.",
2323
"incompatible_tips": "Incompatible tips",
2424
"labware_name": "Labware name",
2525
"left_right": "Left + Right",

protocol-designer/src/components/organisms/IncompatibleTipsModal/__tests__/IncompatibleTipsModal.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe('IncompatibleTipsModal', () => {
2828
render(props)
2929
screen.getByText('Incompatible tips')
3030
screen.getByText(
31-
'Using a pipette with an incompatible tip rack may result reduce pipette accuracy and collisions. We strongly recommend that you do not pair a pipette with an incompatible tip rack.'
31+
'Incompatible tip racks cause reduced pipette accuracy and collisions. Use compatible tip racks only.'
3232
)
3333
fireEvent.click(screen.getByText('Show more tip types'))
3434
expect(vi.mocked(setFeatureFlags)).toHaveBeenCalled()

0 commit comments

Comments
 (0)