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

@ -2,7 +2,7 @@
<div
class="topbar-container"
ng-include="'views/includes/topbar.html'"
ng-init="titleSection='Wallet Preferences'; closeToHome = true">
ng-init="titleSection=index.setWalletPreferencesTitle(); closeToHome = true">
</div>