Skip to content

Commit 0c0013e

Browse files
authored
fix(app): cal check: fix deck setup typo (#7037)
1 parent f0c0857 commit 0c0013e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/components/CalibrationPanels/DeckSetup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const DECK_SETUP_WITH_BLOCK_PROMPT =
4545
const DECK_SETUP_NO_BLOCK_PROMPT =
4646
'on the deck within the designated slot as illustrated below'
4747
const SECOND_RANK_WITH_BLOCK_PROMPT =
48-
"and ensure Calibration Block is within it's designated slot as illustrated below"
48+
'and ensure Calibration Block is within its designated slot as illustrated below'
4949
const SECOND_RANK_NO_BLOCK_PROMPT = 'as illustrated below'
5050
const DECK_SETUP_BUTTON_TEXT = 'Confirm placement and continue'
5151
const contentsBySessionType: {

0 commit comments

Comments
 (0)