1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-13 09:30:54 +00:00

fixed typos

This commit is contained in:
Szymon Lesisz 2018-05-18 19:53:20 +02:00
parent 56bf3a5bc4
commit 7f24c6fd55
3 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ export const showAddress = (address_n: Array<number>): AsyncAction => {
type: NOTIFICATION.ADD, type: NOTIFICATION.ADD,
payload: { payload: {
type: 'error', type: 'error',
title: 'Veryfying address error', title: 'Verifying address error',
message: response.payload.error, message: response.payload.error,
cancelable: true, cancelable: true,
actions: [ actions: [

View File

@ -382,7 +382,7 @@ export default function connect(state: State = initialState, action: Action): St
switch (action.type) { switch (action.type) {
// TODO: change it to UiMessgae from trezor-connect // TODO: change it to UiMessage from trezor-connect
case 'iframe_handshake' : case 'iframe_handshake' :
return { return {
...state, ...state,