CAKE-91

M committed Nov 11, 2020 at 11:49 UTC 882c57a1329ffe35c5fd1134f5420eb0127f530e
1 file changed +1 -1
lib/entities/sync_status.dart
+1 -1
@@ -18,7 +18,7 @@ class SyncingSyncStatus extends SyncStatus {
18 double progress() => ptc;
19
20 @override
21 - String title() => S.current.sync_status_syncronizing;
21 + String title() => S.current.Blocks_remaining('$blocksLeft');
22
23 @override
24 String toString() => '$blocksLeft';