change selectedAccount notification title

pull/118/head
Szymon Lesisz 6 years ago
parent aa96a15b16
commit 9a8ac01dcd

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

Loading…
Cancel
Save