Skip to content

Commit

Permalink
L.Enrage
Browse files Browse the repository at this point in the history
  • Loading branch information
Krealle committed Feb 5, 2025
1 parent b84d46f commit 45fe62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Menu/Builder.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2150,7 +2150,7 @@ function Builder:CreateDispelsOptions(parent, widgetName)
["Bleed"], const.OPTION_KIND.BLEED)
self:AnchorRightOfCB(bleed, poison)

local enrage = self:CreateCheckBox(f, widgetName, L["Enrage"], const.OPTION_KIND.ENRAGE)
local enrage = self:CreateCheckBox(f, widgetName, L.Enrage, const.OPTION_KIND.ENRAGE)
self:AnchorRightOfCB(enrage, bleed)

-- Icon Style
Expand Down

0 comments on commit 45fe62f

Please sign in to comment.