diff options
Diffstat (limited to 'frontend/src/containers/lobby.js')
-rw-r--r-- | frontend/src/containers/lobby.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/containers/lobby.js b/frontend/src/containers/lobby.js index f3489db4..90714aec 100644 --- a/frontend/src/containers/lobby.js +++ b/frontend/src/containers/lobby.js @@ -12,7 +12,7 @@ class Lobby extends Component { if (this.props.currentGame) { return this.props.currentGame.name + ' — Lobby'; } else { - return "What are you doing here? You haven't joined a game yet!"; + return 'What are you doing here? You haven\'t joined a game yet!'; } } |