From a19fd69d0b207756356f6cef790309c1539788ce Mon Sep 17 00:00:00 2001 From: Colin McLeod Date: Thu, 3 Mar 2016 19:55:04 -0800 Subject: [PATCH] Tweak internal slot labels --- src/app/components/InternalSlot.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/InternalSlot.jsx b/src/app/components/InternalSlot.jsx index fcfb322d..1bb366be 100644 --- a/src/app/components/InternalSlot.jsx +++ b/src/app/components/InternalSlot.jsx @@ -38,10 +38,10 @@ export default class InternalSlot extends Slot { { m.range ?
{translate('range')} {m.range}{u.km}
: null } { m.time ?
{translate('time')}: {formats.time(m.time)}
: null } { m.maximum ?
{translate('max')}: {(m.maximum)}
: null } - { m.rangeLS ?
{m.rangeLS}{u.Ls}
: null } + { m.rangeLS ?
{translate('range')}: {m.rangeLS}{u.Ls}
: null } { m.rangeLS === null ?
{u.Ls}
: null } { m.rangeRating ?
{translate('range')}: {m.rangeRating}
: null } - { m.armouradd ?
+{m.armouradd} {translate('armour')}
: null } + { m.armouradd ?
+{m.armouradd} {translate('armour')}
: null } ; } else {