From a2c5d71a83b743f001999e2d24efa811e7bd01f9 Mon Sep 17 00:00:00 2001 From: Brendon Duncan Date: Wed, 16 May 2018 17:11:42 +1200 Subject: [PATCH] Changed Copay reference in crowdin script to Bitcoin.com Wallet. --- i18n/crowdin_download.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/crowdin_download.js b/i18n/crowdin_download.js index 97cd1ce2a..b1086ce93 100644 --- a/i18n/crowdin_download.js +++ b/i18n/crowdin_download.js @@ -60,7 +60,7 @@ if (no_build == false) { // Reminder: Any changes to the script below must also '1. No changes since last translation build, or\n' + '2. API limit of once per 30 minutes has not been waited.\n\n' + 'Since we can not guarantee that translations have been built properly, this script will end here.\n' + - 'Log in to Copay\'s Crowdin Settings and click the "Build Project" button to assure it is built recently, and then run this ' + + 'Log in to Bitcoin.com Wallet\'s Crowdin Settings and click the "Build Project" button to assure it is built recently, and then run this ' + 'script again with the --nobuild arg to download translations without checking if built.'); process.exit(1); };