Renames customized amount

This commit is contained in:
Gustavo Maximiliano Cortez 2015-06-27 14:28:12 -03:00
commit 1bb49da608
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
</section> </section>
<section class="middle tab-bar-section"> <section class="middle tab-bar-section">
<h1 class="title ellipsis" ng-style="{'color':color}" translate> <h1 class="title ellipsis" ng-style="{'color':color}" translate>
Receive a customized amount Request a specific amount
</h1> </h1>
</section> </section>
</nav> </nav>

View file

@ -266,7 +266,7 @@
</div> </div>
<div class="text-center" ng-show="!home.generatingAddress && home.addr[index.walletId]"> <div class="text-center" ng-show="!home.generatingAddress && home.addr[index.walletId]">
<a class="size-12" ng-click="home.openCustomizedAmountModal(home.addr[index.walletId])" translate> <a class="size-12" ng-click="home.openCustomizedAmountModal(home.addr[index.walletId])" translate>
Receive a customized amount Request a specific amount
</a> </a>
</div> </div>
</div> </div>