diff --git a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_WishJulingDraw.lua b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_WishJulingDraw.lua index 61e44e0abc..db588cdc4f 100644 --- a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_WishJulingDraw.lua +++ b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_WishJulingDraw.lua @@ -110,7 +110,7 @@ function this:Refresh(isTop, isAni) end --local aaa = string.format(Language[11085], RecruitManager.GetWishPro(), "%") --self.infoTxt.text = aaa - self.infoTxt.text = "每次抽中整50法灵碎片时,100%概率替换为选中的心愿法灵碎片*50" + self.infoTxt.text = "每次抽中整50羁绊碎片时,100%概率替换为选中的心愿羁绊碎片*50" self.selectBtn:SetActive(false) --self.selectBtn:GetComponent("RectTransform").localPosition = self.tabListObj[self.curSelect]:GetComponent("RectTransform").localPosition this:SetHeroList(isTop, isAni)