1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-24 09:18:09 +00:00

"loading account" text

This commit is contained in:
Szymon Lesisz 2018-03-29 11:33:47 +02:00
parent 3303c34d7f
commit f97655fe68

View File

@ -36,8 +36,8 @@ export default class AbstractAccount extends Component {
<section>
<Notification
className="info"
title="Account is not loaded yet"
message={ `Connect ${ device.instanceLabel } device to continue` }
title="Loading account"
message=""
/>
</section>
);