Merge pull request #356 from EDCD/feature/caustic

Label fix
This commit is contained in:
William
2018-09-01 09:12:20 +10:00
committed by GitHub

View File

@@ -144,7 +144,7 @@ export default class ShipSummaryTable extends TranslatedComponent {
<th className={'bordered'}>{`${translate('absolute')}`}</th>
<th>{`${translate('explosive')}`}</th>
<th>{`${translate('kinetic')}`}</th>
<th>{`${translate('explosive')}`}</th>
<th>{`${translate('thermal')}`}</th>
<th></th>
</tr>
</thead>