Names fixes

This commit is contained in:
Gabriel Masclef 2017-07-14 15:45:18 -03:00
commit a3949efbfd
6 changed files with 12 additions and 12 deletions

View file

@ -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>

View file

@ -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"