From 75abb7abc9faaf8cdc355a4f58b0a22a1351661e Mon Sep 17 00:00:00 2001
From: Jethary
{t('migrations.toV8_1Migration.body2')}
{t('migrations.toV8_1Migration.body3')}
+{t('migrations.toV8_1Migration.body4')}
), } diff --git a/protocol-designer/src/localization/en/modal.json b/protocol-designer/src/localization/en/modal.json index f02b0053466..078d2c0d653 100644 --- a/protocol-designer/src/localization/en/modal.json +++ b/protocol-designer/src/localization/en/modal.json @@ -275,7 +275,8 @@ "toV8_1Migration": { "body1": "Your protocol will be automatically updated to the latest version.", "body2": "The default dispense height is now 1mm from the bottom of the well. If your protocol contains any dispense commands without a custom height, it will be automatically updated.", - "body3": "As always, please contact us with any questions or feedback." + "body3": "Additionally, we have updated the default order for advanced settings. If both a touch tip and blow out are selected, the order is now swapped and will emit a touch tip followed by a blow out", + "body4": "As always, please contact us with any questions or feedback." }, "toV8Migration": { "body1": "Your protocol will be automatically updated to the latest version.", diff --git a/protocol-designer/src/localization/en/tooltip.json b/protocol-designer/src/localization/en/tooltip.json index 52a582f0103..8551c11abea 100644 --- a/protocol-designer/src/localization/en/tooltip.json +++ b/protocol-designer/src/localization/en/tooltip.json @@ -10,6 +10,7 @@ "not_enough_space_for_temp": "There is not enough space on the deck to add more temperature modules", "not_in_beta": "ⓘ Coming Soon", "missing_tiprack": "Missing a tiprack? Make sure it is added to the deck", + "y_position_value": "A negative value moves towards the front", "step_description": { "heaterShaker": "Set heat, shake, or labware latch commands for the Heater-Shaker module", @@ -41,7 +42,7 @@ "dispense_flowRate": "The speed at which the pipette dispenses", "dispense_mix_checkbox": "Pipette up and down after dispensing", "dispense_mmFromBottom": "Adjust tip position for dispense", - "dispense_touchTip_checkbox": "Touch tip to each side of well after dispensing", + "dispense_touchTip_checkbox": "Touch tip to each side of well after dispensing and other dispense advanced setting commands", "dispense_touchTip_mmFromBottom": "Distance from the bottom of the well", "disposalVolume_checkbox": "Aspirate extra volume that is disposed of after a multi-dispense is complete. We recommend a disposal volume of at least the pipette's minimum.", "heaterShakerSetTimer": "Once this counter has elapsed, the module will deactivate the heater and shaker",