Skip to content

Commit

Permalink
[src\filters\Bag] Fix Error for Missing Locale
Browse files Browse the repository at this point in the history
  • Loading branch information
doadin committed Jul 2, 2024
1 parent 8784225 commit ec06cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filters/Bag.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ local function BuildBagNames()
-- Retail specific bag
if AddOn:IsRetailWow() then
BagNames[REAGENTBANK_CONTAINER] = L["Reagent Bank"]
BagNames[REAGENT_CONTAINER] = L["Reagent Bag"]
BagNames[REAGENT_CONTAINER] = "Reagent Bag"
end

end
Expand Down

0 comments on commit ec06cde

Please sign in to comment.