diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_HomeLandEquip.lua b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_HomeLandEquip.lua
index aa74b7c41e..a80be79148 100644
--- a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_HomeLandEquip.lua
+++ b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_HomeLandEquip.lua
@@ -139,7 +139,7 @@ function this:SetData()
else
this.costIcon.gameObject:SetActive(false)
this.costNum.gameObject:SetActive(false)
- this.costCondition.text = string.format("%s到达%s级",HomeLand[limit[1]].Name,limit[2])
+ this.costCondition.text = string.format("%s需要到达%s级",HomeLand[limit[1]].Name,limit[2])
end
--按钮和tips显示