improve language
Make the language more professional, and add a space after "txid" so that you can easily copy+paste the txid.
This commit is contained in:
parent
7801f780f4
commit
c4e3bf47fb
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ angular.module('copay.transactions').controller('TransactionsController',
|
||||||
w.sendTx(ntxid, function(txid) {
|
w.sendTx(ntxid, function(txid) {
|
||||||
console.log('[transactions.js.68:txid:] SENTTX CALLBACK',txid); //TODO
|
console.log('[transactions.js.68:txid:] SENTTX CALLBACK',txid); //TODO
|
||||||
$rootScope.flashMessage = txid
|
$rootScope.flashMessage = txid
|
||||||
? {type:'success', message: 'Transactions SENT! txid:' + txid}
|
? {type:'success', message: 'Transaction broadcasted. txid: ' + txid}
|
||||||
: {type:'error', message: 'There was an error sending the Transaction'}
|
: {type:'error', message: 'There was an error sending the Transaction'}
|
||||||
;
|
;
|
||||||
_updateTxs();
|
_updateTxs();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue