Skip to content

Commit

Permalink
fix: fix the tip text in compatibility check
Browse files Browse the repository at this point in the history
  • Loading branch information
fang2hou committed Feb 5, 2025
1 parent f70d1b7 commit 0f69fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Compatibility.lua
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function W:ConstructCompatibilityFrame()
E.NewSign
.. format(L["If you find the %s module conflicts with another addon, alert me via Discord."], W.Title)
.. "\n"
.. L["You can disable/enable compatibility check via the option in the bottom of [WindTools]-[Information]-[Help]."]
.. L["You can disable/enable compatibility check via the option in the bottom of [WindTools]-[Advanced]-[Core]."]
)
bottomDesc:SetPoint("BOTTOMLEFT", frame, "BOTTOMLEFT", 10, 10)

Expand Down

0 comments on commit 0f69fcc

Please sign in to comment.