aboutsummaryrefslogtreecommitdiffstats
path: root/old-ui/app/components
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2018-03-01 03:16:55 +0800
committerGitHub <noreply@github.com>2018-03-01 03:16:55 +0800
commit28c6347cddcd90161f21a1fc145736e63a9f1a13 (patch)
treeddb0b58d20137313984303336e0514207b26b2b6 /old-ui/app/components
parent4b69531c3c57ad21d06742a4d1d90f696bebb4e7 (diff)
parent2b9af0734b6127349ed4f1ed535dee858633776b (diff)
downloadtangerine-wallet-browser-28c6347cddcd90161f21a1fc145736e63a9f1a13.tar
tangerine-wallet-browser-28c6347cddcd90161f21a1fc145736e63a9f1a13.tar.gz
tangerine-wallet-browser-28c6347cddcd90161f21a1fc145736e63a9f1a13.tar.bz2
tangerine-wallet-browser-28c6347cddcd90161f21a1fc145736e63a9f1a13.tar.lz
tangerine-wallet-browser-28c6347cddcd90161f21a1fc145736e63a9f1a13.tar.xz
tangerine-wallet-browser-28c6347cddcd90161f21a1fc145736e63a9f1a13.tar.zst
tangerine-wallet-browser-28c6347cddcd90161f21a1fc145736e63a9f1a13.zip
Merge pull request #3340 from danjm/i3338-contract-published-terminology
[NewUI] Replace 'Contract Published' label with 'Contract Deployment'
Diffstat (limited to 'old-ui/app/components')
-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', {