Update initial_sync notification message
This commit is contained in:
parent
157d971258
commit
4f7a2c87ca
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ impl AppOp {
|
|||
|
||||
pub fn initial_sync(&self, show: bool) {
|
||||
if show {
|
||||
self.inapp_notify("Initial sync, this can take some time");
|
||||
self.inapp_notify("Syncing, this could take a while");
|
||||
} else {
|
||||
self.hide_inapp_notify();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue