Change to friendlier copy
This commit is contained in:
parent
38a1c9b09f
commit
dcd34b0d60
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class _SyncIndicatorState extends State<SyncIndicator> {
|
|||
widget.refreshController.refreshFailed();
|
||||
s = "Upload failed.";
|
||||
} else {
|
||||
s = "Uploading " +
|
||||
s = "Backing up " +
|
||||
_event.completed.toString() +
|
||||
"/" +
|
||||
_event.total.toString();
|
||||
|
|
Loading…
Add table
Reference in a new issue