Skip to content

Commit

Permalink
fix(ui): Add missing word in welcomeDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
flo269 authored Dec 10, 2024
1 parent 88c0af5 commit c78e8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/WelcomeDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const WelcomeDialog: FunctionComponent<{open: boolean, hide: () => void}> = ({
component="span"
>
<Typography>
It looks like it might the first time that you&apos;re using Valetudo on this robot.
It looks like it might be the first time that you&apos;re using Valetudo on this robot.
</Typography>
<br/>
<Typography>
Expand Down

0 comments on commit c78e8c2

Please sign in to comment.