Fixing link

This commit is contained in:
David Shares 2018-05-22 11:16:37 -04:00 committed by GitHub
commit 0dc41bd5a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ angular.module('copayApp.controllers').controller('preferencesController',
};
$scope.openWikiSpendingPassword = function() {
var url = 'https://github.com/bitpay/copay/wiki/COPAY---FAQ#what-the-spending-password-does';
var url = 'https://walletsupport.bitcoin.com/article/129/what-does-the-spending-password-do-';
var optIn = true;
var title = null;
var message = gettextCatalog.getString('Read more in our Wiki');