Update initial_sync notification message

This commit is contained in:
Albert Casanovas 2018-04-27 17:53:21 +02:00 committed by Daniel Garcia Moreno
parent 157d971258
commit 4f7a2c87ca

View file

@ -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();
}