mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #3340 from danjm/i3338-contract-published-terminology
[NewUI] Replace 'Contract Published' label with 'Contract Deployment'
This commit is contained in:
commit
28c6347cdd
@ -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', {
|
||||
|
@ -180,7 +180,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', {
|
||||
|
@ -63,7 +63,7 @@ TxListItem.prototype.getAddressText = function () {
|
||||
default:
|
||||
return address
|
||||
? `${address.slice(0, 10)}...${address.slice(-4)}`
|
||||
: 'Contract Published'
|
||||
: 'Contract Deployment'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user