change message descriptions

This commit is contained in:
KDSBrowne 2017-05-17 07:32:35 -07:00
parent 97514dc5c5
commit 985cf43a93

View File

@ -27,15 +27,15 @@ const STATUS_OFFLINE = 'offline';
const intlMessages = defineMessages({
failedMessage: {
id: 'app.failedMessage',
description: 'Message when the client is trying to connect to the server',
description: 'Notification for connecting to server problems',
},
connectingMessage: {
id: 'app.connectingMessage',
description: 'Message when the client is trying to connect to the server',
description: 'Notification message for when client is connecting to server',
},
waitingMessage: {
id: 'app.waitingMessage',
description: 'Message when the client is trying to reconnect to the server',
description: 'Notification message for disconnection with reconnection counter',
},
breakoutTimeRemaining: {
id: 'app.breakoutTimeRemainingMessage',