last updates

This commit is contained in:
Jamal Jackson 2016-10-13 14:33:31 -04:00
parent 3769772f74
commit 796b70304e
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
<span translate>Address Book</span>
<i class="icon bp-arrow-right"></i>
</a>
<a class="item item-icon-left item-icon-right" ng-click=openExternalLink("https://help.bitpay.com")>
<a class="item item-icon-left item-icon-right" ng-click="openExternalLink('https://help.bitpay.com', true, 'BitPay Help Center', 'Help and support information is available at the BitPay Help Center website. Would you like to go there now?', 'Open Help Center', 'Go Back')">
<i class="icon big-icon-svg">
<img src="img/icon-help-support.svg" class="bg"/>
</i>

View File

@ -11,7 +11,7 @@
</div>
<button class="button button-standard button-primary"
ng-show="lang != 'en'"
ng-click="openExternalLink(disclaimerUrl, 'Bitpay disclaimer')" translate>
ng-click="openExternalLink(disclaimerUrl, true, 'View Terms of Service', 'The official English Terms of Service are available on the BitPay website. Would you like to view them?', 'Open Website', 'Go Back')")" translate>
Official English Disclaimer
</button>
</ion-content>