Skip to content

Commit

Permalink
🔄 Synced local 'DF-Global.lua' with remote 'wow/DF-Global.lua'
Browse files Browse the repository at this point in the history
  • Loading branch information
N6REJ committed Dec 14, 2022
1 parent 899459b commit 3e2b65e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DF-Global.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ local db = {}
-- Filter info
db.Filters = {
["Global_Reagents"] = {
uiName = "Bears " .. Expansion .. "Global Reagents",
uiName = "Bears " .. Expansion .. " Global Reagents",
uiDesc = "Common reagents from " .. Expansion,
title = "DF Mats",
items = {
Expand Down Expand Up @@ -85,7 +85,7 @@ db.Filters = {
}
},
["Special_Reagents"] = {
uiName = "Bears " .. Expansion .. "Special Reagents",
uiName = "Bears " .. Expansion .. " Special Reagents",
uiDesc = "Special reagents from " .. Expansion,
title = "Special",
items = {
Expand Down

0 comments on commit 3e2b65e

Please sign in to comment.