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'},