latest release link points to our github

This commit is contained in:
Kadir Sekha 2017-12-29 13:43:59 +00:00
commit ca1212ea8a

View file

@ -144,7 +144,7 @@ angular.module('copayApp.controllers').controller('tabHomeController',
};
$scope.openExternalLink = function() {
var url = 'https://github.com/bitpay/copay/releases/latest';
var url = 'https://github.com/Bitcoin-com/Wallet/releases/latest';
var optIn = true;
var title = gettextCatalog.getString('Update Available');
var message = gettextCatalog.getString('An update to this app is available. For your security, please update to the latest version.');