Skip to content

Commit

Permalink
Text formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Beherith committed Mar 15, 2024
1 parent 1546f0d commit 8741dc3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8741dc3

Please sign in to comment.