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:
parent
aa96a15b16
commit
9a8ac01dcd
@ -80,7 +80,7 @@ const getAccountStatus = (state: State, selectedAccount: SelectedAccountState):
|
|||||||
if (device.available) {
|
if (device.available) {
|
||||||
return {
|
return {
|
||||||
type: 'info',
|
type: 'info',
|
||||||
title: 'Loading accounts...',
|
title: 'Authenticating device...',
|
||||||
shouldRender: false,
|
shouldRender: false,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user