from retail

This commit is contained in:
NoM0Re
2025-02-02 19:22:54 +01:00
parent 95a13c6896
commit 3913a570fa
4 changed files with 47 additions and 6 deletions
@@ -487,8 +487,7 @@ function OptionsPrivate.CreateFrame()
if OptionsPrivate.changelog then
local changelog
if OptionsPrivate.changelog.highlightText then
changelog = L["Highlights"] .. "\n" .. OptionsPrivate.changelog.highlightText .. "\n"
.. L["Commits"] .. "\n" ..OptionsPrivate.changelog.commitText
changelog = L["Highlights"] .. "\n" .. OptionsPrivate.changelog.highlightText
else
changelog = OptionsPrivate.changelog.commitText
end