mirror of
https://github.com/louislam/dockge.git
synced 2026-05-22 06:22:17 +00:00
Add Translation keys (#506)
This commit is contained in:
@@ -203,7 +203,7 @@ export default defineComponent({
|
||||
|
||||
socket.on("disconnect", () => {
|
||||
console.log("disconnect");
|
||||
this.socketIO.connectionErrorMsg = "Lost connection to the socket server. Reconnecting...";
|
||||
this.socketIO.connectionErrorMsg = `${this.$t("Lost connection to the socket server. Reconnecting...")}`;
|
||||
this.socketIO.connected = false;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user