diff --git a/src/js/controllers/index.js b/src/js/controllers/index.js index cce4b547f..5c0e6161a 100644 --- a/src/js/controllers/index.js +++ b/src/js/controllers/index.js @@ -80,6 +80,10 @@ angular.module('copayApp.controllers').controller('indexController', function($r storageService.setHideBalanceFlag(self.walletId, self.shouldHideBalance, function() {}); } + self.setWalletPreferencesTitle = function() { + return gettext("Wallet Preferences"); + } + self.cleanInstance = function() { $log.debug('Cleaning Index Instance'); lodash.each(self, function(v, k) {