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) {
|
pub fn initial_sync(&self, show: bool) {
|
||||||
if show {
|
if show {
|
||||||
self.inapp_notify("Initial sync, this can take some time");
|
self.inapp_notify("Syncing, this could take a while");
|
||||||
} else {
|
} else {
|
||||||
self.hide_inapp_notify();
|
self.hide_inapp_notify();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue