diff --git a/Assets/ManagedResources/~Lua/Modules/JourneyWithWind/JourneyWithWindPanel.lua b/Assets/ManagedResources/~Lua/Modules/JourneyWithWind/JourneyWithWindPanel.lua index bd819d8bb8..d3f4188108 100644 --- a/Assets/ManagedResources/~Lua/Modules/JourneyWithWind/JourneyWithWindPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/JourneyWithWind/JourneyWithWindPanel.lua @@ -431,7 +431,7 @@ function this.ShowDayDataGiftBag() local btnFinish = Util.GetGameObject(go, "pre2/btnFinish") btnFinish:SetActive(false) local headName = Util.GetGameObject(go, "headImage/name") - headName:GetComponent("Text").text = "额外礼包" + headName:GetComponent("Text").text = "免费礼包" local size = headName:GetComponent("RectTransform").sizeDelta size.x = 108.3 headName.transform.sizeDelta = size