Skip to content

Commit

Permalink
making message more user friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 committed Apr 9, 2024
1 parent cac4e96 commit 105cf35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geppetto-client/js/communication/MessageSocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ define(function (require) {
send: function (command, parameter, callback) {
if (GEPPETTO.MessageSocket.socketStatus === GEPPETTO.Resources.SocketStatus.RECONNECTING && command !== "reconnect") {
GEPPETTO.ModalFactory.infoDialog(GEPPETTO.Resources.WEBSOCKET_CONNECTION_ERROR,
"Websocket connection currently not available, wait for reconnection and try again.");
"Your connection to the VFB server dropped, click OK to reconnect/reload your open images.");
GEPPETTO.trigger('stop_spin_logo');
return;
}
Expand Down

0 comments on commit 105cf35

Please sign in to comment.