change label

This commit is contained in:
Spit
2025-06-06 15:22:16 +03:00
parent 872ab1c6a9
commit 5e98f67bb8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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,