diff --git a/src/js/controllers/index.js b/src/js/controllers/index.js index 2a25d126e..07611f666 100644 --- a/src/js/controllers/index.js +++ b/src/js/controllers/index.js @@ -975,7 +975,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r self.txHistoryToList = filter(self.search).slice(0, self.historyShowLimit); if (isCordova) - window.plugins.toast.showShortBottom(gettextCatalog.getString('Matches: ' + self.txHistoryToList.length)); + window.plugins.toast.showShortBottom(gettextCatalog.getString('Matches: ' + self.result.length)); $timeout(function() { $rootScope.$apply();