diff --git a/src/qml/components/BlockClock.qml b/src/qml/components/BlockClock.qml index 389eefd6fb..0b4f7a54e6 100644 --- a/src/qml/components/BlockClock.qml +++ b/src/qml/components/BlockClock.qml @@ -126,7 +126,7 @@ Item { target: root header: "Connecting" headerSize: 24 - subText: "Please Wait" + subText: "Please wait" } PropertyChanges { target: bitcoinIcon @@ -171,6 +171,6 @@ Item { return "~" + seconds + (seconds === 1 ? " second" : " seconds") + " left"; } - return "~0 seconds left"; + return "Estimating"; } }