chore: Follow up connection status
This commit is contained in:
parent
7599ce8627
commit
ad138bc7c0
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ extension SyncStatusLocalization on SyncStatusUpdate {
|
|||
return progress == null
|
||||
? L10n.of(context).synchronizingPleaseWait
|
||||
: L10n.of(context).synchronizingPleaseWaitCounter(
|
||||
progress.round().toString(),
|
||||
(progress * 100).round().toString(),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue