diff --git a/Assets/ManagedResources/~Lua/Modules/RewardBox/RewardBoxPanel.lua b/Assets/ManagedResources/~Lua/Modules/RewardBox/RewardBoxPanel.lua index f2d345ac8e..020bbd680a 100644 --- a/Assets/ManagedResources/~Lua/Modules/RewardBox/RewardBoxPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/RewardBox/RewardBoxPanel.lua @@ -130,7 +130,7 @@ end function RewardBoxPanel:RefreshData() this.selectBar:SetActive(#this.rewardGroup ~= 1)--设置顶部属性条 - this.tip.text = BagManager.isBagPanel and "请在以下道具中选择一种" or "以下道具中可选择一种" + this.tip.text = BagManager.isBagPanel and GetLanguageStrById("请在以下道具中选择一种") or GetLanguageStrById("以下道具中可选择一种") RewardBoxPanel:SetGiftData() RewardBoxPanel:SetBottom() end