Improve translations
[vchess.git] / client / src / views / Game.vue
index 8f57153..022e3cb 100644 (file)
@@ -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":