mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 11:39:22 +00:00
CAKE-91
This commit is contained in:
parent
f5e19a13ab
commit
882c57a132
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class SyncingSyncStatus extends SyncStatus {
|
|||
double progress() => ptc;
|
||||
|
||||
@override
|
||||
String title() => S.current.sync_status_syncronizing;
|
||||
String title() => S.current.Blocks_remaining('$blocksLeft');
|
||||
|
||||
@override
|
||||
String toString() => '$blocksLeft';
|
||||
|
|
Loading…
Reference in a new issue