mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-07 20:05:05 +00:00
Make tab capitisation consistent
This commit is contained in:
parent
53d5c490be
commit
1880c6b3dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue