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 {