diff --git a/lua/app/ui/dungeon_weapon/dungeon_weapon_introduction_ui.lua b/lua/app/ui/dungeon_weapon/dungeon_weapon_introduction_ui.lua index ff830a94..84904b78 100644 --- a/lua/app/ui/dungeon_weapon/dungeon_weapon_introduction_ui.lua +++ b/lua/app/ui/dungeon_weapon/dungeon_weapon_introduction_ui.lua @@ -35,6 +35,7 @@ function DungeonWeaponIntroductionUI:_display() page2HTx:setText(I18N:getGlobalText(I18N.GlobalConst.DUNGEON_WEAPON_DESC_9)) uiMap["dungeon_weapon_introduction_ui.bg.title.tx_title"]:setText(I18N:getConfig("chapter_dungeon_equip")[self.chapterId].name) + uiMap["dungeon_weapon_introduction_ui.bg.records.title.tx_title"]:setText(I18N:getConfig("chapter_dungeon_equip")[self.chapterId].name) self:switch(PAGE.INTRODUTION) end