Skip to content

Commit

Permalink
Reset the top text in the recall panel on vote start
Browse files Browse the repository at this point in the history
  • Loading branch information
lL1l1 committed Nov 4, 2024
1 parent c43b6b1 commit 6e3c694
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/ui/game/recall.lua
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ RecallPanel = ClassUI(NinePatch.NinePatch) {
self.reviewResultsThread = nil
end, self)
end
self.label:SetText(LOC("<LOC diplomacy_0018>Ready for recall"))
end,

CancelVote = function(self)
Expand Down

0 comments on commit 6e3c694

Please sign in to comment.