X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=022e3cb6548af11aea40be93af08eb4e3771aa1d;hb=bc093771b892cfeda9c6f7a97fcedf6206395746;hp=8f571538387588ac5d4095b77f9a1461f64cc498;hpb=b0c0499d0788f36efba7a3f6981ed81cc919c2a9;p=vchess.git diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 8f571538..022e3cb6 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -167,7 +167,7 @@ export default { case "duplicate": this.st.conn.send(JSON.stringify({code:"duplicate", page:"/game/" + this.game.id})); - alert(this.st.tr["Warning: multi-tabs not supported"]); + alert(this.st.tr["This tab is now offline"]); break; // 0.2] Receive clients list (just socket IDs) case "pollclients":