1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-28 03:08:30 +00:00

Disconnect device screen: use device.label instead of instanceLabel

This commit is contained in:
Szymon Lesisz 2018-08-17 14:03:01 +02:00
parent 37b83bda14
commit 86f1981179

View File

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