Removed extraneous .com in email subject line.
This commit is contained in:
parent
9396c7c97f
commit
aed9657714
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ angular.module('copayApp.controllers').controller('tabSettingsController', funct
|
|||
};
|
||||
|
||||
$scope.sendFeedback = function() {
|
||||
var mailToLink = 'mailto:wallet@bitcoin.com?subject=Feedback%20for%20Bitcoin.com%20Wallet.com';
|
||||
var mailToLink = 'mailto:wallet@bitcoin.com?subject=Feedback%20for%20Bitcoin.com%20Wallet';
|
||||
if (platformInfo.isNW) {
|
||||
nw.Shell.openExternal(mailToLink);
|
||||
} else if (platformInfo.isCordova) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue