diff --git a/components/WeaponUnit/index.tsx b/components/WeaponUnit/index.tsx index e1ed3283..2baba499 100644 --- a/components/WeaponUnit/index.tsx +++ b/components/WeaponUnit/index.tsx @@ -178,7 +178,12 @@ const WeaponUnit = (props: Props) => { } return ( - {`${altText}`} + {altText} ) } @@ -284,9 +289,11 @@ const WeaponUnit = (props: Props) => { props.gridWeapon.ax && axSkill ) { + const altText = `${axSkill.name[locale]} Lv${props.gridWeapon.ax[index].strength}` return ( {`axskill`}