Skip to content

Commit

Permalink
Fixed typo in message
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenAsJade committed May 8, 2024
1 parent 29622c3 commit f644c62
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 f644c62

Please sign in to comment.