Skip to content

Commit 518019f

Browse files
committed
qml: use Estimating as the default string for remainingSyncTime
1 parent 7b168da commit 518019f

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
@@ -171,6 +171,6 @@ Item {
171171
return "~" + seconds + (seconds === 1 ? " second" : " seconds") + " left";
172172
}
173173

174-
return "~0 seconds left";
174+
return "Estimating";
175175
}
176176
}

0 commit comments

Comments
 (0)