Skip to content

Commit

Permalink
Reword disconnection message
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed Jul 1, 2019
1 parent 9d8e3ee commit 487d24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/components/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class DashboardComponent {
this.session.status === 'roomNotFound' ?
'This room does not exist.' :
this.session.disconnected ?
'Sorry, you\'ve lost connection.' :
'Lost connection. Trying to reconnect...' :

// If the current player needs to enter a name
this.session.status === 'newPlayer' ?
Expand Down

0 comments on commit 487d24a

Please sign in to comment.