Merge pull request #2919 from cmgustavo/bug/typo-01

Renames customized amount
This commit is contained in:
Ivan Socolsky 2015-06-27 14:57:23 -03:00
commit ad8f5d3fd1
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>