Skip to content

Commit

Permalink
fix(protocol-designer): update swap pipette and empty state copy (#16892
Browse files Browse the repository at this point in the history
)

closes RQA-3625
  • Loading branch information
jerader authored Nov 19, 2024
1 parent 4db61df commit 7568194
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"staging_area_has_labware": "This staging area slot has labware",
"staging_area_will_delete_labware": "The staging area slot that you are about to delete has labware placed on it. If you make these changes to your protocol starting deck, the labware will be deleted as well.",
"stagingArea": "Staging area",
"swap_pipettes": "Swap pipettes",
"swap_pipette_mounts": "Swap pipette mounts",
"tell_us": "Tell us about your protocol",
"trash_required": "A trash entity is required",
"trashBin": "Trash Bin",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"name": "Name",
"no_deck_hardware": "No deck hardware",
"no_labware": "No labware",
"no_liquids_defined": "No liquids defined",
"no_liquids_defined": "Edit protocol to define liquids",
"no_liquids": "No liquids",
"no_steps": "No steps defined",
"no_steps": "Edit protocol to define steps",
"number_of_steps": "Number of steps",
"protocol_metadata": "Protocol Metadata",
"protocol_steps": "Protocol Steps",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export function EditInstrumentsModal(
transform="rotate(90deg)"
/>
<StyledText desktopStyle="captionSemiBold">
{t('swap')}
{t('swap_pipette_mounts')}
</StyledText>
</Flex>
</Btn>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ export function SelectPipettes(props: WizardTileProps): JSX.Element | null {
transform="rotate(90deg)"
/>
<StyledText desktopStyle="captionSemiBold">
{t('swap_pipettes')}
{t('swap_pipette_mounts')}
</StyledText>
</Flex>
</Btn>
Expand Down

0 comments on commit 7568194

Please sign in to comment.