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

change selectedAccount notification title

This commit is contained in:
Szymon Lesisz 2018-10-03 19:55:30 +02:00
parent aa96a15b16
commit 9a8ac01dcd

View File

@ -80,7 +80,7 @@ const getAccountStatus = (state: State, selectedAccount: SelectedAccountState):
if (device.available) {
return {
type: 'info',
title: 'Loading accounts...',
title: 'Authenticating device...',
shouldRender: false,
};
}