diff --git a/src/app/components/HardpointSlot.jsx b/src/app/components/HardpointSlot.jsx index c6818253..1796b739 100644 --- a/src/app/components/HardpointSlot.jsx +++ b/src/app/components/HardpointSlot.jsx @@ -44,7 +44,7 @@ export default class HardpointSlot extends Slot {
{ m.damage ?
{translate('damage')}: {m.damage} { m.ssdam ? ({formats.int(m.ssdam)} {u.MJ}) : null }
: null } { m.dps ?
{translate('DPS')}: {m.dps} { m.mjdps ? ({formats.int(m.mjdps)} {u.MJ}) : null }
: null } - { m.thermload ?
{translate('T_LOAD')}: {m.thermload}
: null } + { m.thermload ?
{translate('T-Load')}: {m.thermload}
: null } { m.type ?
{translate('type')}: {m.type}
: null } { m.rof ?
{translate('ROF')}: {m.rof}{u.ps}
: null } { m.armourpen ?
{translate('pen')}: {m.armourpen}
: null } diff --git a/src/app/components/ModalCompare.jsx b/src/app/components/ModalCompare.jsx index f4c1cfef..e62e3a40 100644 --- a/src/app/components/ModalCompare.jsx +++ b/src/app/components/ModalCompare.jsx @@ -135,8 +135,8 @@ export default class ModalCompare extends TranslatedComponent {

- - + + ; } } diff --git a/src/app/components/PowerBands.jsx b/src/app/components/PowerBands.jsx index aedfb08e..1ac30fc3 100644 --- a/src/app/components/PowerBands.jsx +++ b/src/app/components/PowerBands.jsx @@ -270,7 +270,7 @@ export default class PowerBands extends TranslatedComponent { }} className='pct axis' transform={`translate(0,${state.innerHeight})`}> {translate('ret')} - {translate('dep')} + {translate('dep')} {f2(Math.max(0, retSum)) + ' (' + pct1(Math.max(0, retSum / available)) + ')'} {f2(Math.max(0, depSum)) + ' (' + pct1(Math.max(0, depSum / available)) + ')'} diff --git a/src/app/components/StandardSlotSection.jsx b/src/app/components/StandardSlotSection.jsx index 635ae4b9..37cf2ac7 100644 --- a/src/app/components/StandardSlotSection.jsx +++ b/src/app/components/StandardSlotSection.jsx @@ -296,7 +296,7 @@ export default class StandardSlotSection extends SlotSection { return
e.stopPropagation()} onContextMenu={stopCtxPropagation}>