Renames customized amount
This commit is contained in:
parent
4f8ccfe3b9
commit
1bb49da608
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue