File tree 2 files changed +3
-1
lines changed
app/src/assets/localization/en
components/src/organisms/CommandText/useCommandTextString/utils/commandText
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 38
38
"latching_hs_latch" : " Latching labware on Heater-Shaker" ,
39
39
"left" : " Left" ,
40
40
"load_labware_to_display_location" : " Load {{labware}} {{display_location}}" ,
41
+ "load_lid" : " Loading lid" ,
42
+ "load_lid_stack" : " Loading lid stack" ,
41
43
"load_liquids_info_protocol_setup" : " Load {{liquid}} into {{labware}}" ,
42
44
"load_module_protocol_setup" : " Load {{module}} in Slot {{slot_name}}" ,
43
45
"load_pipette_protocol_setup" : " Load {{pipette_name}} in {{mount_name}} Mount" ,
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ export const getLoadCommandText = ({
73
73
display_location : displayLocation ,
74
74
} )
75
75
}
76
- // TODO: finish these strings
76
+ // TODO(sb, 01/29): Add full support for these commands in run log once location refactor is complete
77
77
case 'loadLid' : {
78
78
return t ( 'load_lid' )
79
79
}
You can’t perform that action at this time.
0 commit comments