Skip to content

Commit 5ccd6ae

Browse files
committed
qml: fix capitalization on BlockClock Please wait string
1 parent 518019f commit 5ccd6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qml/components/BlockClock.qml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Item {
126126
target: root
127127
header: "Connecting"
128128
headerSize: 24
129-
subText: "Please Wait"
129+
subText: "Please wait"
130130
}
131131
PropertyChanges {
132132
target: bitcoinIcon

0 commit comments

Comments
 (0)