Merge pull request #126 from Bitcoin-com/wallet/task/332

Wallet/task/332
This commit is contained in:
Jean-Baptiste Dominguez 2018-05-22 18:30:52 +09:00 committed by GitHub
commit faa4038f9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 16160 additions and 1653 deletions

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!');