Skip to content

Commit

Permalink
Merge pull request online-go#2671 from GreenAsJade/typo_in_leage_wait…
Browse files Browse the repository at this point in the history
…ing_room_message

Fixed typo in message
  • Loading branch information
anoek authored May 9, 2024
2 parents 47d1617 + f644c62 commit c90cf48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export function OnlineLeagueSpectatorLanding(): JSX.Element {
{((!loading && match) || null) && (
<div className="unstarted-match">
<div ref={spectatorWaitMessage}>
{_("You will be taken to the game it starts...")}
{_("You will be taken to the game when it starts...")}
</div>
<div className="waiting-chat">
<EmbeddedChatCard
Expand Down

0 comments on commit c90cf48

Please sign in to comment.