Skip to content

Commit

Permalink
Renaming label
Browse files Browse the repository at this point in the history
  • Loading branch information
daithihearn committed Mar 10, 2023
1 parent 128456a commit 782f3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Game/Actions/PlayCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { RoundStatus } from "model/Round"

const WaitingForYourTurn = () => (
<Button disabled type="button" color="info">
<b>Waiting for your turn...</b>
<b>Wait for your turn...</b>
</Button>
)

Expand Down

0 comments on commit 782f3dc

Please sign in to comment.