From 0fbf1a05063db0403d6ba7b55b1bf4e3503d6a8f Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Wed, 20 Jan 2016 10:49:34 -0300 Subject: [PATCH] display error is touch id failed --- src/js/controllers/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/controllers/index.js b/src/js/controllers/index.js index 17a43609e..5cf078261 100644 --- a/src/js/controllers/index.js +++ b/src/js/controllers/index.js @@ -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); } ); });