From 5a70562ebbd28ca44543fd87c6b75d9e5e2adcae Mon Sep 17 00:00:00 2001 From: Ian London Date: Mon, 2 Mar 2020 17:22:25 -0500 Subject: [PATCH] fix(protocol-designer): fix typo in deck setup explanation modal (#5104) Closes #5102 --- protocol-designer/src/localization/en/alert.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol-designer/src/localization/en/alert.json b/protocol-designer/src/localization/en/alert.json index 559ea18c2b3..7f9735bdd4a 100644 --- a/protocol-designer/src/localization/en/alert.json +++ b/protocol-designer/src/localization/en/alert.json @@ -17,7 +17,7 @@ "deck_setup_explanation": { "title": "Setting up your protocol", "body1": "If you look to your left you will see the Protocol Timeline, and that the \"Starting Deck State\" step is blue. The blue means that this is the step you are currently working on.", - "body2": "Before you can build a protocol that tell the robot how to move liquid around, you'll need to tell the Protocol Designer where all of your labware is on the deck, and which liquids start in which wells. As you add steps to your protocol the Protocol Designer will move liquid from the starting positions you defined in the Starting Deck State to new positions.", + "body2": "Before you can build a protocol that tells the robot how to move liquid around, you'll need to tell the Protocol Designer where all of your labware is on the deck, and which liquids start in which wells. As you add steps to your protocol the Protocol Designer will move liquid from the starting positions you defined in the Starting Deck State to new positions.", "body3": "Hover on empty slots in the deck to add labware. Hover on labware to add liquid to the wells." }, "custom_labware_with_modules": {