Skip to content

Commit

Permalink
string change
Browse files Browse the repository at this point in the history
  • Loading branch information
TannerShmoog committed Sep 26, 2022
1 parent 74b7e8d commit 1e50956
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Globals.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local addonName, addon = ...
local L = LibStub('AceLocale-3.0'):GetLocale('Groupie')

--Update this with each push to curse, this will be used for version checks
addon.version = 1.23
addon.version = 1.30

--Supported localizations, we only load the addon for these
addon.validLocales = { "enGB", "enUS" }
Expand Down
2 changes: 1 addition & 1 deletion Localization/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ L["RightClickMenu"] = {
L["MiniMap"] = {
["lowerOr"] = "or",
["Update1"] = "PLEASE UPDATE YOUR ADD-ONS ASAP!",
["Update2"] = "GROUPIE LFG IS OUT OF DATE!",
["Update2"] = "GROUPIE IS OUT OF DATE!",
["HelpUs"] = "Groupie needs your help! Please go to\nGroupie Settings > Instance Log and\nupload the values to Groupie Discord.\nThis message will go away next time\nyou update Groupie. Thanks!",

}
Expand Down

0 comments on commit 1e50956

Please sign in to comment.