Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoRogai committed Nov 3, 2024
1 parent d566e10 commit 9407370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RepHub.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function RepHub:CheckDB()

local needResetLabel = AceGUI:Create("Label")
needResetLabel:SetFullWidth(true)
needResetLabel:SetText("Your RepHub database needs to be reset for these reasons:\n\n- " .. table.concat(needResetReasons, "\n - ") .. "\n\nClick the button below to reset it\nSorry for the inconvenience\n\n")
needResetLabel:SetText("Your RepHub database needs to be reset for these reasons:\n\n- " .. table.concat(needResetReasons, "\n- ") .. "\n\nClick the button below to reset it\nSorry for the inconvenience\n\n")
needResetFrame:AddChild(needResetLabel)

local needResetButton = AceGUI:Create("Button")
Expand Down

0 comments on commit 9407370

Please sign in to comment.