aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/qml/wallet.qml
diff options
context:
space:
mode:
authorMaran <maran.hidskes@gmail.com>2014-04-15 01:46:59 +0800
committerMaran <maran.hidskes@gmail.com>2014-04-15 01:46:59 +0800
commit8a2698ad5e3d47db9175e838b0a16c3f59b6e071 (patch)
tree71722faa62b183d87bf34596e05b3bf4fc09b656 /ethereal/assets/qml/wallet.qml
parentab8d96258ea11c828a149dde176fe8e2efce0294 (diff)
downloaddexon-8a2698ad5e3d47db9175e838b0a16c3f59b6e071.tar.gz
dexon-8a2698ad5e3d47db9175e838b0a16c3f59b6e071.tar.zst
dexon-8a2698ad5e3d47db9175e838b0a16c3f59b6e071.zip
Add send to contract
Diffstat (limited to 'ethereal/assets/qml/wallet.qml')
-rw-r--r--ethereal/assets/qml/wallet.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/assets/qml/wallet.qml b/ethereal/assets/qml/wallet.qml
index 0c8c91e13..a4d5cb642 100644
--- a/ethereal/assets/qml/wallet.qml
+++ b/ethereal/assets/qml/wallet.qml
@@ -167,7 +167,7 @@ ApplicationWindow {
var newContract = component.createObject("newContract")
addTab("Simple send", newTransaction)
- addTab("Create contract", newContract)
+ addTab("Contracts", newContract)
}
}
}