Skip to content

Commit

Permalink
use on off
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Apr 2, 2024
1 parent 2f0265e commit 5671598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions app/src/assets/localization/en/protocol_setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"extension_mount": "extension mount",
"extra_attention_warning_title": "Secure labware and modules before proceeding to run",
"extra_module_attached": "Extra module attached",
"false": "False",
"feedback_form_link": "Let us know!",
"fixture_name": "fixture",
"fixture": "Fixture",
Expand Down Expand Up @@ -260,7 +259,6 @@
"tip_length_cal_title": "Tip Length Calibration",
"tip_length_calibration": "tip length calibration",
"total_vol": "total volume",
"true": "True",
"update_deck": "Update deck",
"updated": "Updated",
"usb_connected_no_port_info": "USB Port Connected",
Expand Down
4 changes: 2 additions & 2 deletions app/src/organisms/ProtocolSetupParameters/ChooseEnum.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ export function ChooseEnum({
buttonLabel={
isBoolean
? option === true
? t('true')
: t('false')
? t('on')
: t('off')
: option.displayName
}
buttonValue={
Expand Down

0 comments on commit 5671598

Please sign in to comment.