From eedd7bd918875449abc6972a3d49af513cd0d1c1 Mon Sep 17 00:00:00 2001 From: Fang Date: Thu, 6 Jul 2023 17:06:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A2=8E=E7=89=87=E7=95=8C=E9=9D=A2=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/ui/tips/hero_fragment_tips.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/app/ui/tips/hero_fragment_tips.lua b/lua/app/ui/tips/hero_fragment_tips.lua index 0a4469ee..a500f2cb 100644 --- a/lua/app/ui/tips/hero_fragment_tips.lua +++ b/lua/app/ui/tips/hero_fragment_tips.lua @@ -69,7 +69,7 @@ function HeroFragmentTips:onLoadRootComplete() end) uiMap["hero_fragment_tips.title_bg_img.card"]:setSprite(GConst.ATLAS_PATH.ICON_ITEM, cfg.icon) uiMap["hero_fragment_tips.title_bg_img.desc"]:setText(I18N:getGlobalText(I18N.GlobalConst.HERO_CARD_TIPS_DESC)) - uiMap["hero_fragment_tips.title_bg_img.title_text"]:setText(I18N:getGlobalText(I18N.GlobalConst["HERO_CARD_DESC_QLT_" .. cfg.qlt])) + uiMap["hero_fragment_tips.title_bg_img.title_text"]:setText(I18N:getText("item", cfg.id, "name")) uiMap["hero_fragment_tips.title_bg_img.close_btn"]:addClickListener(function() self:closeUI() end)