Make tab capitisation consistent

poc8
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
Rectangle {
property var title: "New transaction"
property var title: "New Transaction"
property var menuItem
objectName: "newTxView"

Loading…
Cancel
Save