fixes
This commit is contained in:
parent
6a4b351154
commit
f5523b9a49
1 changed files with 2 additions and 2 deletions
|
|
@ -39,9 +39,9 @@ angular.module('copayApp.controllers').controller('tabSettingsController', funct
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.openExternalLink = function() {
|
$scope.openExternalLink = function() {
|
||||||
var url = 'https://help.bitpay.com/bitpay-app';
|
|
||||||
var optIn = true;
|
|
||||||
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 optIn = true;
|
||||||
var title = gettextCatalog.getString('{{msg}}', {
|
var title = gettextCatalog.getString('{{msg}}', {
|
||||||
msg: appName == 'copay' ? 'Copay Github Issues' : 'BitPay Help Center'
|
msg: appName == 'copay' ? 'Copay Github Issues' : 'BitPay Help Center'
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue