diff --git a/app/src/components/CalibrationPanels/Introduction.js b/app/src/components/CalibrationPanels/Introduction.js index 6cfcb0667d8..73282a06fd0 100644 --- a/app/src/components/CalibrationPanels/Introduction.js +++ b/app/src/components/CalibrationPanels/Introduction.js @@ -92,7 +92,7 @@ const contentsBySessionType: { [Sessions.SESSION_TYPE_CALIBRATION_HEALTH_CHECK]: { headerText: HEALTH_CHECK_HEADER, bodyText: HEALTH_CHECK_BODY, - continueButtonText: `${CONTINUE} to ${HEALTH_CHECK_HEADER}`, + continueButtonText: `${START} ${HEALTH_CHECK_HEADER}`, continuingToText: HEALTH_CHECK_PROCEDURE, noteBody: NOTE_HEALTH_CHECK_OUTCOMES, },