We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6352ae5 commit e3ea323Copy full SHA for e3ea323
1 file changed
main.lua
@@ -71,7 +71,7 @@ StaticPopupDialogs["WowUp_ShowUpdatesAvailable"] = {
71
hideOnEscape = true,
72
preferredIndex = 4,
73
OnShow = function(self)
74
- self.text:SetText(self.data.Text)
+ self.Text:SetText(self.data.Text)
75
self.SubText:SetText(self.data.subText)
76
self.SubText:SetTextColor(1, 1, 1)
77
end,
0 commit comments