From bca8eab2d434310c171137b2375650dee5cb9c9d Mon Sep 17 00:00:00 2001 From: Brendon Duncan Date: Wed, 16 May 2018 16:44:15 +1200 Subject: [PATCH] The translation community link now goes to the Bitcoin.com Wallet's page rather than Copay. --- src/js/controllers/preferencesLanguage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/controllers/preferencesLanguage.js b/src/js/controllers/preferencesLanguage.js index 0f8442587..1286e5cd4 100644 --- a/src/js/controllers/preferencesLanguage.js +++ b/src/js/controllers/preferencesLanguage.js @@ -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. We’re looking forward to hearing from you!');