fix untranslated titles

This commit is contained in:
Gabriel Bazán 2016-06-14 12:07:54 -03:00
commit 9bb1ad0f6f
6 changed files with 14 additions and 10 deletions

View file

@ -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) {