Updated support URL
This commit is contained in:
parent
0603fc2e14
commit
527addcc5c
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ angular.module('copayApp.controllers').controller('tabSettingsController', funct
|
||||||
|
|
||||||
$scope.openExternalLink = function() {
|
$scope.openExternalLink = function() {
|
||||||
var appName = appConfigService.name;
|
var appName = appConfigService.name;
|
||||||
var url = appName == 'copay' ? 'https://github.com/bitpay/copay/issues' : 'https://help.bitpay.com/bitpay-app';
|
var url = appName == 'copay' ? 'https://github.com/bitcoin-com/wallet/issues' : 'https://www.bitcoin.com/wallet-support';
|
||||||
var optIn = true;
|
var optIn = true;
|
||||||
var title = null;
|
var title = null;
|
||||||
var message = gettextCatalog.getString('Help and support information is available at the website.');
|
var message = gettextCatalog.getString('Help and support information is available at the website.');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue