mirror of https://github.com/status-im/op-geth.git
Make tab capitisation consistent
This commit is contained in:
parent
53d5c490be
commit
1880c6b3dc
|
@ -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…
Reference in New Issue