changed insight to explorer.bitcoin.com

This commit is contained in:
Kadir Sekha 2018-02-08 16:34:51 -04:00
commit ef65f94962
14 changed files with 14 additions and 14 deletions

View file

@ -119,7 +119,7 @@ angular.module('copayApp.controllers').controller('bitpayCardController', functi
var url = 'https://insight.bitpay.com/tx/' + transactionId;
var optIn = true;
var title = null;
var message = gettextCatalog.getString('View Transaction on Insight');
var message = gettextCatalog.getString('View Transaction on explorer.bitcoin.com');
var okText = gettextCatalog.getString('Open Insight');
var cancelText = gettextCatalog.getString('Go Back');
externalLinkService.open(url, optIn, title, message, okText, cancelText);

View file

@ -203,7 +203,7 @@ angular.module('copayApp.controllers').controller('txDetailsController', functio
var url = 'https://' + ($scope.getShortNetworkName() == 'test' ? 'test-' : '') + blockexplorerUrl + '/tx/' + btx.txid;
var optIn = true;
var title = null;
var message = gettextCatalog.getString('View Transaction on Insight');
var message = gettextCatalog.getString('View Transaction on explorer.bitcoin.com');
var okText = gettextCatalog.getString('Open Insight');
var cancelText = gettextCatalog.getString('Go Back');
externalLinkService.open(url, optIn, title, message, okText, cancelText);