Skip to content

Commit

Permalink
fix(app, protocol-designer): align left_right mount text (#16715)
Browse files Browse the repository at this point in the history
* fix(app, protocol-designer): align left_right mount text
  • Loading branch information
koji authored Nov 6, 2024
1 parent 69c8cc0 commit 7e59b53
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/src/assets/localization/en/device_details.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"instruments_and_modules": "Instruments and Modules",
"labware_bottom": "Labware Bottom",
"last_run_time": "last run {{number}}",
"left_right": "Left+Right Mounts",
"left_right": "Left + Right Mounts",
"left": "left",
"lights": "Lights",
"link_firmware_update": "View Firmware Update",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ describe('InstrumentsDashboard', () => {
},
} as any)
render('/instruments')
screen.getByText('Left+Right Mounts')
screen.getByText('Left + Right Mounts')
screen.getByText('extension Mount')
})
})
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"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.",
"incompatible_tips": "Incompatible tips",
"labware_name": "Labware name",
"left_right": "Left+Right",
"left_right": "Left + Right",
"modules_added": "Modules added",
"name": "Name",
"need_gripper": "Do you want to move labware automatically with the gripper?",
Expand Down
2 changes: 1 addition & 1 deletion protocol-designer/src/assets/localization/en/shared.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"labware_name_conflict": "Duplicate labware name",
"labware": "Labware",
"learn_more": "Learn more about the recent changes in the {{version}} release.",
"left_right": "Left+Right",
"left_right": "Left + Right",
"left": "Left",
"liquid": "Liquid",
"magneticmoduletype": "Magnetic Module",
Expand Down

0 comments on commit 7e59b53

Please sign in to comment.