diff --git a/LuaMenu/widgets/chobby/components/battle/battle_list_window.lua b/LuaMenu/widgets/chobby/components/battle/battle_list_window.lua index 7fc9045b2..a363ed72f 100644 --- a/LuaMenu/widgets/chobby/components/battle/battle_list_window.lua +++ b/LuaMenu/widgets/chobby/components/battle/battle_list_window.lua @@ -325,9 +325,9 @@ function BattleListWindow:UpdateInfoPanel() self.infoPanel:SetVisibility(true) self.infoPanel:BringToFront() if lobby.status == "connected" then - self.infoLabel:SetCaption("No battle rooms found, report this to us on Discord!\nIf the server was just restarted\nwait a few minutes.") + self.infoLabel:SetCaption("No battle rooms found, report this to us on Discord!\nIf the server was just restarted,\nthen wait a few minutes.") else - self.infoLabel:SetCaption("You are not connected to the server,\nwait while we automatically reconnect you ...") + self.infoLabel:SetCaption("You are not connected to the server.\nPlease wait 30 seconds while we automatically reconnect you.") end return