Skip to content

Commit

Permalink
fix(opentrons-ai-client): fix microliter symbol (#15340)
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin authored Jun 5, 2024
1 parent 3643682 commit effcaa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"api": "API: An API level is 2.15",
"application": "Application: Your protocol's name, describing what it does.",
"commands": "Commands: List the protocol's steps, specifying quantities in microliters (mL) and giving exact source and destination locations.",
"commands": "Commands: List the protocol's steps, specifying quantities in microliters (uL) and giving exact source and destination locations.",
"copy_code": "Copy code",
"disclaimer": "OpentronsAI can make mistakes. Review your protocol before running it on an Opentrons robot.",
"example": "For example prompts, click the buttons in the left panel.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('PromptGuide', () => {
'Liquid locations: Describe where liquids should go in the labware.'
)
screen.getByText(
"Commands: List the protocol's steps, specifying quantities in microliters (mL) and giving exact source and destination locations."
"Commands: List the protocol's steps, specifying quantities in microliters (uL) and giving exact source and destination locations."
)
screen.getByText('A few important things to note:')
screen.getByText(
Expand Down

0 comments on commit effcaa4

Please sign in to comment.