Names fixes
This commit is contained in:
parent
372b4697e7
commit
a3949efbfd
6 changed files with 12 additions and 12 deletions
|
|
@ -19,8 +19,8 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div ng-if="PNEnabledByUser">
|
||||
<ion-toggle ng-model="notifyIfTxConfirmed.value" toggle-class="toggle-balanced" ng-change="notifyIfTxConfirmedChange()" ng-if="usePushNotifications" ng-show="pushNotifications.value">
|
||||
<div ng-if="usePushNotifications && pushNotifications.value">
|
||||
<ion-toggle ng-model="confirmedTxsNotifications.value" toggle-class="toggle-balanced" ng-change="confirmedTxsNotificationsChange()">
|
||||
<span class="toggle-label" translate>Notify me when transactions are confirmed</span>
|
||||
</ion-toggle>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -108,7 +108,7 @@ This transaction amount is too small compared to current Bitcoin network fees. S
|
|||
</span>
|
||||
</span>
|
||||
</div>
|
||||
<div ng-if="!notifyIfTxConfirmed">
|
||||
<div ng-if="txsUnsubscribedForNotifications">
|
||||
<ion-toggle ng-show="!btx.confirmations || btx.confirmations == 0"
|
||||
class="toggle-unconfirmed"
|
||||
ng-model="txNotification.value"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue