rename push notifications variables - fix log when enable/disable notifications

This commit is contained in:
Javier 2016-01-20 13:20:47 -03:00
commit a2d83d6c7c
3 changed files with 7 additions and 6 deletions

View file

@ -49,8 +49,8 @@
<div translate>Use Unconfirmed Funds</div>
</li>
<li ng-show="mobile">
<switch id="enable-notifications" name="notifications" ng-model="notifications" class="green right"></switch>
<div translate>Enable notifications</div>
<switch id="push-notifications" name="pushNotifications" ng-model="pushNotifications" class="green right"></switch>
<div translate>Enable push notifications</div>
</li>
</ul>
<h4></h4>