fix untranslated titles
This commit is contained in:
parent
41f76292fe
commit
9bb1ad0f6f
6 changed files with 14 additions and 10 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue