change label
This commit is contained in:
@@ -669,6 +669,6 @@ function AtlasLoot_FixText(text)
|
||||
text = gsub(text, "#ccenarius#", "Interface\\Icons\\INV_Jewelry_Necklace_12");
|
||||
text = gsub(text, "#zandalar#", "Interface\\Icons\\INV_Misc_Coin_08");
|
||||
|
||||
text = gsub(text, "#lvl1#", AL["Level 1 challenge"]);
|
||||
text = gsub(text, "#lvl1#", AL["Level One Lunatic Challenge"]);
|
||||
return text;
|
||||
end
|
||||
|
||||
@@ -817,7 +817,7 @@ AL:RegisterTranslations("enUS", function() return {
|
||||
["Letashaz"] = true,
|
||||
["Lethon"] = true,
|
||||
["Lethtendris"] = true,
|
||||
["Level 1 challenge"] = true,
|
||||
["Level One Lunatic Challenge"] = true,
|
||||
["Level 10-19 Rewards"] = true,
|
||||
["Level 20-29 Rewards"] = true,
|
||||
["Level 30-39"] = true,
|
||||
|
||||
Reference in New Issue
Block a user