Skip to content

Commit

Permalink
update upload instructions for omnipod
Browse files Browse the repository at this point in the history
  • Loading branch information
gniezen committed Jun 20, 2019
1 parent 54b05de commit 5412d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/reducers/devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down

0 comments on commit 5412d61

Please sign in to comment.