fix release url
This commit is contained in:
parent
dafd46c3a2
commit
244eb5f36f
1 changed files with 2 additions and 1 deletions
|
|
@ -133,7 +133,8 @@ angular.module('copayApp.controllers').controller('tabHomeController',
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.openExternalLink = function() {
|
$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 optIn = true;
|
||||||
var title = gettextCatalog.getString('Update Available');
|
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.');
|
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