The translation community link now goes to the Bitcoin.com Wallet's page rather than Copay.

This commit is contained in:
Brendon Duncan 2018-05-16 16:44:15 +12:00
commit bca8eab2d4

View file

@ -6,7 +6,7 @@ angular.module('copayApp.controllers').controller('preferencesLanguageController
$scope.availableLanguages = uxLanguage.getLanguages();
$scope.openExternalLink = function() {
var url = 'https://crowdin.com/project/copay';
var url = 'https://crowdin.com/project/bitcoincom-wallet';
var optIn = true;
var title = gettextCatalog.getString('Open Translation Community');
var message = gettextCatalog.getString('You can make contributions by signing up on our Crowdin community translation website. Were looking forward to hearing from you!');