Add missing localization
This commit is contained in:
parent
862747ed4a
commit
faf4eb9943
1 changed files with 2 additions and 2 deletions
|
|
@ -81,7 +81,7 @@ const PartySegmentedControl = (props: Props) => {
|
|||
<RepSegment
|
||||
controlGroup="grid"
|
||||
inputName="weapons"
|
||||
name="Weapons"
|
||||
name={t('party.segmented_control.weapons')}
|
||||
selected={props.selectedTab === GridType.Weapon}
|
||||
onClick={props.onClick}
|
||||
>
|
||||
|
|
@ -96,7 +96,7 @@ const PartySegmentedControl = (props: Props) => {
|
|||
<RepSegment
|
||||
controlGroup="grid"
|
||||
inputName="summons"
|
||||
name="Summons"
|
||||
name={t('party.segmented_control.summons')}
|
||||
selected={props.selectedTab === GridType.Summon}
|
||||
onClick={props.onClick}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue