aboutsummaryrefslogtreecommitdiffstats
path: root/old-ui
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-02-28 07:35:54 +0800
committerDan <danjm.com@gmail.com>2018-02-28 07:39:02 +0800
commit2b9af0734b6127349ed4f1ed535dee858633776b (patch)
treeffaeae8e732c8d734e82383daf868c957c7a24ce /old-ui
parent33373b676f4d6ddfa95caa18683cef0be4b6327a (diff)
downloadtangerine-wallet-browser-2b9af0734b6127349ed4f1ed535dee858633776b.tar
tangerine-wallet-browser-2b9af0734b6127349ed4f1ed535dee858633776b.tar.gz
tangerine-wallet-browser-2b9af0734b6127349ed4f1ed535dee858633776b.tar.bz2
tangerine-wallet-browser-2b9af0734b6127349ed4f1ed535dee858633776b.tar.lz
tangerine-wallet-browser-2b9af0734b6127349ed4f1ed535dee858633776b.tar.xz
tangerine-wallet-browser-2b9af0734b6127349ed4f1ed535dee858633776b.tar.zst
tangerine-wallet-browser-2b9af0734b6127349ed4f1ed535dee858633776b.zip
Replace 'Contract Published' with 'Contract Deployment' for clearer indication of contract tx state.
Diffstat (limited to 'old-ui')
-rw-r--r--old-ui/app/components/transaction-list-item.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/old-ui/app/components/transaction-list-item.js b/old-ui/app/components/transaction-list-item.js
index 76a456d3f..95670bd54 100644
--- a/old-ui/app/components/transaction-list-item.js
+++ b/old-ui/app/components/transaction-list-item.js
@@ -123,7 +123,7 @@ function recipientField (txParams, transaction, isTx, isMsg) {
} else if (txParams.to) {
message = addressSummary(txParams.to)
} else {
- message = 'Contract Published'
+ message = 'Contract Deployment'
}
return h('div', {