Merge pull request #4379 from gabrielbazan7/fix/UntranslatedTitles

fix untranslated titles
This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-14 12:26:36 -03:00 committed by GitHub
commit d86481e3ed
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) {