Change lost connection page to the new one (#2161)

* Change lost connection page to the new one
This commit is contained in:
César Cardinale
2022-05-04 10:13:18 +02:00
committed by GitHub
parent fb9f8adb21
commit d47aad2ead
9 changed files with 67 additions and 29 deletions
+2
View File
@@ -13,6 +13,8 @@ const warning: NonNullable<Translation["warning"]> = {
},
importantMessage: "重要消息",
connectionLost: "连接丢失。重新连接中...",
connectionLostTitle: "连接丢失。",
connectionLostSubtitle: "重新连接中",
};
export default warning;