display error is touch id failed

This commit is contained in:
Matias Alejo Garcia 2016-01-20 10:49:34 -03:00 committed by Gustavo Maximiliano Cortez
commit 0fbf1a0506

View file

@ -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);
}
);
});