Removed extraneous .com in email subject line.

This commit is contained in:
Brendon Duncan 2018-07-13 21:02:57 +12:00
commit aed9657714

View file

@ -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) {