Skip to content

Commit

Permalink
Update command text
Browse files Browse the repository at this point in the history
  • Loading branch information
smb2268 committed Jan 30, 2025
1 parent e69f8f3 commit ae87a66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/src/assets/localization/en/protocol_command_text.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
"latching_hs_latch": "Latching labware on Heater-Shaker",
"left": "Left",
"load_labware_to_display_location": "Load {{labware}} {{display_location}}",
"load_lid": "Loading lid",
"load_lid_stack": "Loading lid stack",
"load_liquids_info_protocol_setup": "Load {{liquid}} into {{labware}}",
"load_module_protocol_setup": "Load {{module}} in Slot {{slot_name}}",
"load_pipette_protocol_setup": "Load {{pipette_name}} in {{mount_name}} Mount",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const getLoadCommandText = ({
display_location: displayLocation,
})
}
// TODO: finish these strings
// TODO(sb, 01/29): Add full support for these commands in run log once location refactor is complete
case 'loadLid': {
return t('load_lid')
}
Expand Down

0 comments on commit ae87a66

Please sign in to comment.