Correction of typo in last commit.
This commit is contained in:
parent
ac91282c13
commit
7dd1d4048b
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
<div class="switch-currencies" ng-click="changeUnit()"><img src="img/icon-convert.svg"></div>
|
||||
</div>
|
||||
<div class="send-amount-actions text-center">
|
||||
<button class="button button-sendmax" ng-if=!"isRequestingSpecificAmount" ng-click="sendMax()">
|
||||
<button class="button button-sendmax" ng-if="!isRequestingSpecificAmount" ng-click="sendMax()">
|
||||
<span>
|
||||
<i class="icon ion-ios-speedometer-outline"></i> 
|
||||
<span translate>Send max amount</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue