commit
7a4ec91fc7
1 changed files with 2 additions and 1 deletions
|
|
@ -133,7 +133,8 @@ angular.module('copayApp.controllers').controller('tabHomeController',
|
|||
};
|
||||
|
||||
$scope.openExternalLink = function() {
|
||||
var url = 'https://github.com/bitpay/copay/releases/latest';
|
||||
var config = configService.getSync();
|
||||
var url = config.release.url;
|
||||
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.');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue