change message descriptions
This commit is contained in:
parent
97514dc5c5
commit
985cf43a93
@ -27,15 +27,15 @@ const STATUS_OFFLINE = 'offline';
|
|||||||
const intlMessages = defineMessages({
|
const intlMessages = defineMessages({
|
||||||
failedMessage: {
|
failedMessage: {
|
||||||
id: 'app.failedMessage',
|
id: 'app.failedMessage',
|
||||||
description: 'Message when the client is trying to connect to the server',
|
description: 'Notification for connecting to server problems',
|
||||||
},
|
},
|
||||||
connectingMessage: {
|
connectingMessage: {
|
||||||
id: 'app.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: {
|
waitingMessage: {
|
||||||
id: 'app.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: {
|
breakoutTimeRemaining: {
|
||||||
id: 'app.breakoutTimeRemainingMessage',
|
id: 'app.breakoutTimeRemainingMessage',
|
||||||
|
Loading…
Reference in New Issue
Block a user