Skip to content

Commit

Permalink
fix(app): cal check: fix deck setup typo (#7037)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau authored Nov 19, 2020
1 parent f0c0857 commit 0c0013e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/CalibrationPanels/DeckSetup.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const DECK_SETUP_WITH_BLOCK_PROMPT =
const DECK_SETUP_NO_BLOCK_PROMPT =
'on the deck within the designated slot as illustrated below'
const SECOND_RANK_WITH_BLOCK_PROMPT =
"and ensure Calibration Block is within it's designated slot as illustrated below"
'and ensure Calibration Block is within its designated slot as illustrated below'
const SECOND_RANK_NO_BLOCK_PROMPT = 'as illustrated below'
const DECK_SETUP_BUTTON_TEXT = 'Confirm placement and continue'
const contentsBySessionType: {
Expand Down

0 comments on commit 0c0013e

Please sign in to comment.