Skip to content

Commit

Permalink
fix: rename move time options
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtonanderson committed Nov 11, 2024
1 parent 58b5aeb commit 01f9127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/modals/PlaySetupModal/PlaySetupModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,10 @@ export const PlaySetupModal: React.FC<Props> = (props: Props) => {
/>
</div>
<div className="flex flex-row items-center justify-start gap-2">
Maia time simulation:{' '}
Maia time use:{' '}
<OptionSelect
options={[false, true]}
labels={['Play Instantly', 'Play with delay']}
labels={['Instant', 'Human-like']}
selected={simulateMaiaTime}
onChange={setSimulateMaiaTime}
/>
Expand Down

0 comments on commit 01f9127

Please sign in to comment.