Skip to content

Commit e3ea323

Browse files
authored
Fix nil error on 11.2
1 parent 6352ae5 commit e3ea323

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ StaticPopupDialogs["WowUp_ShowUpdatesAvailable"] = {
7171
hideOnEscape = true,
7272
preferredIndex = 4,
7373
OnShow = function(self)
74-
self.text:SetText(self.data.Text)
74+
self.Text:SetText(self.data.Text)
7575
self.SubText:SetText(self.data.subText)
7676
self.SubText:SetTextColor(1, 1, 1)
7777
end,

0 commit comments

Comments
 (0)