This commit is contained in:
M 2020-11-11 11:49:46 +02:00
parent f5e19a13ab
commit 882c57a132

View file

@ -18,7 +18,7 @@ class SyncingSyncStatus extends SyncStatus {
double progress() => ptc; double progress() => ptc;
@override @override
String title() => S.current.sync_status_syncronizing; String title() => S.current.Blocks_remaining('$blocksLeft');
@override @override
String toString() => '$blocksLeft'; String toString() => '$blocksLeft';