diff --git a/CHANGES.md b/CHANGES.md index a7f7463ed..696a9f691 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,19 +9,19 @@ New features * Smart backup restore procedure: now it is possible to restore all wallet's fund with an old backup (thanks Ian for the feedback). * Transaction proposals can now have a short note attached for reference (thanks Gentry for the feedback). * New wallet settings: Bitcoin Unit, defaults to *bits* (thanks Eric for the suggestion) - * Backup is now autogenerated on wallet completion (thanks Eric for the suggestion) + * Backup is now auto generated on wallet completion (thanks Eric for the suggestion) * A wallet now can be removed from a particular system from the UX. * New address book shared between copayers. Security -------- - * Asymetric encryption and signing using ECIES. Details at https://gist.github.com/ryanxcharles/c29fc94d31de7c8c89dc + * Asymmetric encryption and signing using ECIES. Details at https://gist.github.com/ryanxcharles/c29fc94d31de7c8c89dc * Default SSL connection to Insight and PeerJs servers Code quality ------------ * Test coverage from 60.9% to 74% (1) (thanks Ryan for insisting on this) - * Mayor refactoring of Angular servicies (backupService, controllerUtils, wallet's Indexes handling, txProposal merge related functions, + * Mayor refactoring of Angular services (backupService, controllerUtils, wallet's Indexes handling, txProposal merge related functions, * Add +30 karma tests for Angular controllers and services * Unified js-beautifier format throw all the code @@ -42,3 +42,4 @@ Please check https://github.com/bitpay/copay/wiki/Copay-Known-issues before usin (1) not including Karma tests, not included on Coveralls yet. + diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md index 26ba247e4..e33e6532b 100644 --- a/CONTRIBUTE.md +++ b/CONTRIBUTE.md @@ -14,9 +14,9 @@ The application fails at login. 1) Launch the app `npm run start` 2) Click on "Join a Wallet" -3) Type an unexistent username +3) Type an nonexistent username 4) The app stops working, throws "Unhandled exception" error. Expected: The app should login and show the home screen without any error. -Platform: Android 4.3, Android 4.4, iOS \ No newline at end of file +Platform: Android 4.3, Android 4.4, iOS diff --git a/README.md b/README.md index 7052e0d26..8ae2959f0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ *Copay* is an easy-to-use, open-source, multiplatform, multisignature, secure bitcoin wallet platform for both individuals and companies. -*Copay* uses Bitcore-Wallet-Service (https://github.com/bitpay/bitcore-wallet-service) for peer syncronization and bitcore network interfacing. +*Copay* uses Bitcore-Wallet-Service (https://github.com/bitpay/bitcore-wallet-service) for peer synchronization and bitcore network interfacing. ## Before you start @@ -54,7 +54,7 @@ Then visit localhost:3000 in your browser. ## Bitcore Wallet Service -Copay depends on Bitcore Wallet Service (BWS) for blockchain information, networking and copayer syncronization. BWS can be run within minutes or you can use a public instance. Switch between BWS instances is very simple and can be done with a click from Copay. BWS also allows Copay to interoperate with others wallet like Bitcore-Wallet CLI https://github.com/bitpay/bitcore-wallet +Copay depends on Bitcore Wallet Service (BWS) for blockchain information, networking and copayer synchronization. BWS can be run within minutes or you can use a public instance. Switch between BWS instances is very simple and can be done with a click from Copay. BWS also allows Copay to interoperate with others wallet like Bitcore-Wallet CLI https://github.com/bitpay/bitcore-wallet ## Tests @@ -109,7 +109,7 @@ On success, the chrome extension will be located at: `browser-extensions/chrome/ To install it go to `chrome://extensions/` in your Chrome browser and ensure you have the 'developer mode' option enabled in the settings. Then click on "Load unpacked chrome extension" and choose the directory mentioned above. ## Firefox Add-on -The *CoPay* Firefox Extension has been deprecated and is no longer supported. +The *Copay* Firefox Extension has been deprecated and is no longer supported. # QA and Bug Reporting @@ -157,4 +157,4 @@ Copay uses the powerful and feature-rich [Bitcore](https://github.com/bitpay/bit Copay currently supports [BIP70 (Payment Protocol)](https://github.com/bitcoin/bips/blob/master/bip-0070.mediawiki), with the following limitations: * Only one output is allowed. Payment requests that are more that one output are not supported. * Only standard Pay-to-pubkeyhash and Pay-to-scripthash scripts are supported (on payment requests). Other script types will cause the entire payment request to be rejected. -* Memos from the custormer to the server are not supported (i.e. there is no place to write messages to the server in the current UX) +* Memos from the customer to the server are not supported (i.e. there is no place to write messages to the server in the current UX) diff --git a/public/views/backup.html b/public/views/backup.html index 61e71645e..a7f0ba358 100644 --- a/public/views/backup.html +++ b/public/views/backup.html @@ -11,7 +11,7 @@
- This wallet have its private key encrypted. Exporting a backup will keep the private key encrypted on the backup. + The private key for this wallet is encrypted. Exporting a backup will keep the private key encrypted in the backup archive.
@@ -54,19 +54,19 @@
-

Copy backup in a safe place

+

Copy backup to a safe place

- Copy this text as it is in a safe place (notepad or email) + Copy this text as it is to a safe place (notepad or email)
- * You can safely install your backup on other device and use your wallet from many devices at the same time. + * You can safely install your backup on another device and use your wallet from multiple devices at the same time.
diff --git a/public/views/create.html b/public/views/create.html index 75f85b2d3..4f68ebf59 100644 --- a/public/views/create.html +++ b/public/views/create.html @@ -55,7 +55,7 @@
-