fix translations and wording
This commit is contained in:
parent
9e55187dd6
commit
5e291cbb41
2 changed files with 10 additions and 10 deletions
|
|
@ -166,19 +166,19 @@
|
|||
ng-if="tx.pendingForUs && canSign && !paymentExpired && hasClick"
|
||||
click-send-status="sendStatus"
|
||||
has-wallet-chosen="true">
|
||||
Click to accept
|
||||
{{'Accept'| translate}}
|
||||
</click-to-accept>
|
||||
<slide-to-accept
|
||||
ng-if="tx.pendingForUs && canSign && !paymentExpired && !hasClick"
|
||||
slide-on-confirm="onConfirm()"
|
||||
slide-send-status="sendStatus"
|
||||
has-wallet-chosen="true">
|
||||
Slide to accept
|
||||
{{'Accept'| translate}}
|
||||
</slide-to-accept>
|
||||
<slide-to-accept-success
|
||||
slide-success-show="sendStatus === 'success'"
|
||||
slide-success-on-confirm="onSuccessConfirm()"
|
||||
>
|
||||
Payment Sent
|
||||
{{'Payment Sent' | translate}}
|
||||
</slide-to-accept-success>
|
||||
</ion-modal-view>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue