display error is touch id failed
This commit is contained in:
parent
0595fa07af
commit
0fbf1a0506
1 changed files with 1 additions and 1 deletions
|
|
@ -1472,7 +1472,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
},
|
||||
function(msg) {
|
||||
// ERROR
|
||||
return cb(gettext('Invalid Touch ID'));
|
||||
return cb(gettext('Error with Touch ID:') + msg);
|
||||
}
|
||||
);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue