Skip to content

Commit ae87a66

Browse files
committed
Update command text
1 parent e69f8f3 commit ae87a66

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/src/assets/localization/en/protocol_command_text.json

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
"latching_hs_latch": "Latching labware on Heater-Shaker",
3939
"left": "Left",
4040
"load_labware_to_display_location": "Load {{labware}} {{display_location}}",
41+
"load_lid": "Loading lid",
42+
"load_lid_stack": "Loading lid stack",
4143
"load_liquids_info_protocol_setup": "Load {{liquid}} into {{labware}}",
4244
"load_module_protocol_setup": "Load {{module}} in Slot {{slot_name}}",
4345
"load_pipette_protocol_setup": "Load {{pipette_name}} in {{mount_name}} Mount",

components/src/organisms/CommandText/useCommandTextString/utils/commandText/getLoadCommandText.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const getLoadCommandText = ({
7373
display_location: displayLocation,
7474
})
7575
}
76-
// TODO: finish these strings
76+
// TODO(sb, 01/29): Add full support for these commands in run log once location refactor is complete
7777
case 'loadLid': {
7878
return t('load_lid')
7979
}

0 commit comments

Comments
 (0)