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
|
return progress == null
|
||||||
? L10n.of(context).synchronizingPleaseWait
|
? L10n.of(context).synchronizingPleaseWait
|
||||||
: L10n.of(context).synchronizingPleaseWaitCounter(
|
: L10n.of(context).synchronizingPleaseWaitCounter(
|
||||||
progress.round().toString(),
|
(progress * 100).round().toString(),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue