Merge pull request #2811 from cmgustavo/bug/add-wallet-translate

Fixes string add wallet
This commit is contained in:
Matias Alejo Garcia 2015-06-02 11:47:42 -03:00
commit a581f5ea98

View file

@ -1,7 +1,7 @@
<div
class="topbar-container"
ng-include="'views/includes/topbar.html'"
ng-init="titleSection='Add Wallet'; closeToHome = true; noColor = true">
ng-init="titleSection='Add wallet'; closeToHome = true; noColor = true">
</div>