Skip to content

Commit

Permalink
fix(app): Fix calibration warning text (#6977)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 authored Nov 11, 2020
1 parent 2ce4cb8 commit 32c90c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/components/RobotSettings/CalibrationCardWarning.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ import {
import type { StyleProps } from '@opentrons/components'

const WARNING_HEADER = 'robot calibration required'
const WARNING_TEXT = 'This OT-2 does not have a valid deck calibration.'
const WARNING_TEXT =
'You need to calibrate your OT-2 before running a protocol.'

type Props = {|
...StyleProps,
Expand Down

0 comments on commit 32c90c5

Please sign in to comment.