From 5412d61d701f104b7401928486c6daa9545c3fe8 Mon Sep 17 00:00:00 2001 From: Gerrit Niezen Date: Thu, 20 Jun 2019 10:26:16 +0100 Subject: [PATCH] update upload instructions for omnipod --- app/reducers/devices.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/reducers/devices.js b/app/reducers/devices.js index 90ea62e776..4937052f06 100644 --- a/app/reducers/devices.js +++ b/app/reducers/devices.js @@ -51,7 +51,7 @@ const devices = { enabled: {mac: true, win: true, linux: true} }, omnipod: { - instructions: 'Plug in PDM with mini-USB and choose .ibf file from PDM', + instructions: os.platform() === 'win32' ? 'Plug in PDM with USB cable and choose .ibf file from PDM' : 'Plug in PDM with USB cable', key: 'omnipod', name: 'Insulet OmniPod', source: {type: os.platform() === 'win32' ? 'block' : 'device', driverId: 'InsuletOmniPod', extension: '.ibf'},