Skip to content

Commit

Permalink
fix(app): make update flow copy robot agnostic (#13131)
Browse files Browse the repository at this point in the history
Co-authored-by: smb2268 <[email protected]>
  • Loading branch information
b-cooper and smb2268 authored Jul 24, 2023
1 parent b3aef85 commit 1cff090
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/organisms/UpdateAppModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ const FINISH_UPDATE_INSTRUCTIONS = (
<Box as="ol" paddingLeft={SPACING.spacing16}>
<li>
<Text marginBottom={SPACING.spacing8}>
After updating the Opentrons App, <strong>update your OT-2</strong> to
ensure the app and robot software is in sync.
After updating the Opentrons App, <strong>update your robot</strong>{' '}
to ensure the app and robot software is in sync.
</Text>
</li>
<li>
<Text>
You should update the Opentrons App on <strong>all computers</strong>{' '}
that you use with your OT-2.
that you use with your robot.
</Text>
</li>
</Box>
Expand Down

0 comments on commit 1cff090

Please sign in to comment.