Make tab capitisation consistent

pull/149/head
JoeG 10 years ago
parent 53d5c490be
commit 1880c6b3dc
  1. 2
      mist/assets/qml/views/transaction.qml

@ -7,7 +7,7 @@ import QtQuick.Controls.Styles 1.1
import Ethereum 1.0 import Ethereum 1.0
Rectangle { Rectangle {
property var title: "New transaction" property var title: "New Transaction"
property var menuItem property var menuItem
objectName: "newTxView" objectName: "newTxView"

Loading…
Cancel
Save