Skip to content

Commit

Permalink
fix: unify session start button text
Browse files Browse the repository at this point in the history
  • Loading branch information
lizable committed Oct 15, 2024
1 parent c3e0e1b commit 9ba75e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/src/pages/NeoSessionPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const NeoSessionPage: React.FC<NeoSessionPageProps> = (props) => {
type="primary"
onClick={() => webuiNavigate('/session/start')}
>
Session Start
Start Session
</Button>
</Flex>
<Tabs
Expand Down

0 comments on commit 9ba75e9

Please sign in to comment.