From e29a4b263ddad11f877c3dbf943dd81adc220d8b Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Thu, 13 Apr 2017 23:19:27 +0100 Subject: [PATCH] Fix scan time/scan rate confusion --- ChangeLog.md | 4 ++++ src/app/i18n/en.js | 1 + src/app/utils/CompanionApiUtils.js | 1 + 3 files changed, 6 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index f357241d..8b416cce 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,7 @@ +#2.3.1 + * Use scan range for DSS rather than scan time + * Fix companion API import of Dolphin + #2.3.0 * Make scan time visible on scanners where available * Update power distributor able-to-boost calculation to take fractional MJ values in to account diff --git a/src/app/i18n/en.js b/src/app/i18n/en.js index 974d6be6..b154cae4 100644 --- a/src/app/i18n/en.js +++ b/src/app/i18n/en.js @@ -234,6 +234,7 @@ export const terms = { reload: 'Reload', rof: 'Rate of fire', angle: 'Scan angle', + scanrate: 'Scan rate', scantime: 'Scan time', shield: 'Shield', shieldboost: 'Shield boost', diff --git a/src/app/utils/CompanionApiUtils.js b/src/app/utils/CompanionApiUtils.js index 25124864..036cfd36 100644 --- a/src/app/utils/CompanionApiUtils.js +++ b/src/app/utils/CompanionApiUtils.js @@ -17,6 +17,7 @@ const SHIP_FD_NAME_TO_CORIOLIS_NAME = { 'Cutter': 'imperial_cutter', 'DiamondBackXL': 'diamondback_explorer', 'DiamondBack': 'diamondback', + 'Dolphin': 'dolphin', 'Eagle': 'eagle', 'Empire_Courier': 'imperial_courier', 'Empire_Eagle': 'imperial_eagle',