diff --git a/fractal-gtk/src/app.rs b/fractal-gtk/src/app.rs index 80388b47..7aed6a3e 100644 --- a/fractal-gtk/src/app.rs +++ b/fractal-gtk/src/app.rs @@ -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(); }