Skip to content

Commit

Permalink
update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Elyorcv committed May 20, 2024
1 parent 569a8e0 commit 360adaa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"loading": "Loading...",
"login": "Login",
"logout": "Logout",
"make_sure_your_prompt": "Write a prompt in a natural language for OpentronsAI to generate a protocol using the Opentrons Python Protocol API v2. The better the prompt, the better the quality of the protocol produced by OpentronsAI. ",
"make_sure_your_prompt": "Write a prompt in a natural language for OpentronsAI to generate a protocol using the Opentrons Python Protocol API v2. The better the prompt, the better the quality of the protocol produced by OpentronsAI.",
"modules_and_adapters": "Modules and adapters: Specify the modules and labware adapters required by your protocol.",
"notes": "A few important things to note:",
"opentronsai": "OpentronsAI",
Expand All @@ -27,9 +27,8 @@
"share_your_thoughts": "Share your thoughts here",
"side_panel_body": "Write a prompt in natural language to generate a Reagent Transfer or a PCR protocol for the OT-2 or Opentrons Flex using the Opentrons Python Protocol API.",
"side_panel_header": "Use natural language to generate protocols with OpentronsAI powered by OpenAI",
"simulator_description": "Once OpentronsAI has written your protocol, type \"simulate\" in the prompt box to try it out.",
"try_example_prompts": "Stuck? Try these example prompts to get started.",
"type_simulate": "Once OpentronsAI has written your protocol, type simulate in the prompt box to try it out.",
"simulate_description": "Once OpentronsAI has written your protocol, type `simulate` in the prompt box to try it out.",
"type_your_prompt": "Type your prompt...",
"well_allocations": "Well allocations: Describe where liquids should go in labware.",
"what_if_you": "<span>What if you don’t provide all of those pieces of information? <bold>OpentronsAI asks you to provide it!</bold></span>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('PromptGuide', () => {
'For example prompts, click the buttons in the left panel.'
)
screen.getByText(
'Once OpentronsAI has written your protocol, type simulate in the prompt box to try it out.'
"Once OpentronsAI has written your protocol, type `simulate` in the prompt box to try it out."
)
screen.getByText(
'To start over and create a new protocol, simply reload the page.'
Expand Down
2 changes: 1 addition & 1 deletion opentrons-ai-client/src/molecules/PromptGuide/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export function PromptGuide(): JSX.Element {
<StyledText>{t('example')}</StyledText>
</li>
<li>
<StyledText>{t('type_simulate')}</StyledText>
<StyledText>{t('simulate_description')}</StyledText>
</li>
<li>
<StyledText>{t('reload_page')}</StyledText>
Expand Down

0 comments on commit 360adaa

Please sign in to comment.