Minor formatting

This commit is contained in:
Rich Morgan 2015-05-14 13:01:31 -04:00
parent f3ae9dc7fd
commit 1b96737203
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<div ng-controller="walletHomeController as home">
<div class="row columns m20tp" ng-show="index.noFocusedWallet">
<div class="text-center text-warning m20b">
<i class="fi-alert"></i> <span translate>You do not have any wallet</span>
<i class="fi-alert"></i> <span translate>You do not have a wallet</span>
</div>
<button class="button black expand" ng-click="$root.go('add')" translate>Create</button>
@ -243,7 +243,7 @@
</span>
</div>
<div class="line-t size-12" translate>
Share this with anyone to have them send you payments. To protect your privacy, new addresses are generated automatically once you use them.
Share this wallet address to receive payments. To protect your privacy, new addresses are generated automatically once you use them.
</div>
</div>
</div>