- NOTE: Your wallet is not complete yet.
+ Note: Your wallet is not complete yet.
Online Copayers: {{$root.wallet.network.connectedPeers.length}}
-
- {{$root.wallet.publicKeyRing.requiredCopayers}} copayers needed for signning transactions
+
+ {{$root.wallet.publicKeyRing.requiredCopayers}} copayers needed for signing transactions
diff --git a/js/controllers/send.js b/js/controllers/send.js
index cd6226bdb..91cf5d297 100644
--- a/js/controllers/send.js
+++ b/js/controllers/send.js
@@ -35,7 +35,7 @@ angular.module('copay.send').controller('SendController',
form.amount.$pristine = true;
// TODO: check if createTx has an error.
- $rootScope.flashMessage = { message: 'You send a proposal transaction succefully', type: 'success'};
+ $rootScope.flashMessage = { message: 'Your transaction proposal has been sent successfully', type: 'success'};
};
});