aboutsummaryrefslogtreecommitdiffstats
path: root/mist/assets
diff options
context:
space:
mode:
authorJoeG <joegoulden@gmail.com>2014-10-23 06:00:22 +0800
committerJoeG <joegoulden@gmail.com>2014-10-23 06:00:22 +0800
commit1880c6b3dc837165b7c9ed9bcefefada4f627b58 (patch)
tree546d4210a58944f74d757e207f52d28f4e1d90b7 /mist/assets
parent53d5c490beac3e5bad4b149fa947393aacface8f (diff)
downloaddexon-1880c6b3dc837165b7c9ed9bcefefada4f627b58.tar.gz
dexon-1880c6b3dc837165b7c9ed9bcefefada4f627b58.tar.zst
dexon-1880c6b3dc837165b7c9ed9bcefefada4f627b58.zip
Make tab capitisation consistent
Diffstat (limited to 'mist/assets')
-rw-r--r--mist/assets/qml/views/transaction.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mist/assets/qml/views/transaction.qml b/mist/assets/qml/views/transaction.qml
index 744a4da65..8792e31eb 100644
--- a/mist/assets/qml/views/transaction.qml
+++ b/mist/assets/qml/views/transaction.qml
@@ -7,7 +7,7 @@ import QtQuick.Controls.Styles 1.1
import Ethereum 1.0
Rectangle {
- property var title: "New transaction"
+ property var title: "New Transaction"
property var menuItem
objectName: "newTxView"