From 487d24a8ef205a74e9db1a0084971ac77a21322d Mon Sep 17 00:00:00 2001 From: Caleb Evans Date: Mon, 1 Jul 2019 12:43:44 -0700 Subject: [PATCH] Reword disconnection message --- app/scripts/components/dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/components/dashboard.js b/app/scripts/components/dashboard.js index adac1cb..2da8193 100644 --- a/app/scripts/components/dashboard.js +++ b/app/scripts/components/dashboard.js @@ -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' ?