Disconnect device screen: use device.label instead of instanceLabel

pull/3/head^2
Szymon Lesisz 6 years ago
parent 37b83bda14
commit 86f1981179

@ -21,7 +21,7 @@ const DisconnectDevice = (props: Props) => {
<div className="row">
<p className="connect">
<span>
Unplug { props.disconnectRequest.instanceLabel } device.
Unplug { props.disconnectRequest.label } device.
</span>
</p>
</div>

Loading…
Cancel
Save