diff --git a/dist/bundle.es.js b/dist/bundle.es.js index 240018d..49b2a29 100644 --- a/dist/bundle.es.js +++ b/dist/bundle.es.js @@ -2135,11 +2135,11 @@ function doSyncApply(syncHash, syncData, password) { dispatch(doSetDefaultAccount()); - }).catch(error => { + }).catch(() => { dispatch({ type: SYNC_APPLY_FAILED, data: { - error: 'Invalid password. Please provide the password for your previously synchronised wallet.' + error: 'Invalid password specified. Please enter the password for your previously synchronised wallet.' } }); }); diff --git a/dist/bundle.js b/dist/bundle.js index 297741c..a3ee11d 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -3575,11 +3575,11 @@ function doSyncApply(syncHash, syncData, password) { dispatch(doSetDefaultAccount()); - })["catch"](function (error) { + })["catch"](function () { dispatch({ type: constants_action_types__WEBPACK_IMPORTED_MODULE_0__["SYNC_APPLY_FAILED"], data: { - error: 'Invalid password. Please provide the password for your previously synchronised wallet.' + error: 'Invalid password specified. Please enter the password for your previously synchronised wallet.' } }); });