i18n SocketView
// FREEBIE
This commit is contained in:
parent
836a7cb8c5
commit
4066223d72
2 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
break;
|
||||
case WebSocket.CLOSED:
|
||||
className = 'closed';
|
||||
message = 'Disconnected';
|
||||
message = i18n('disconnected');
|
||||
break;
|
||||
}
|
||||
if (!this.$el.hasClass(className)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue