diff --git a/Tusker/Screens/Timeline/TimelineViewController.swift b/Tusker/Screens/Timeline/TimelineViewController.swift index df2f0893..663a4c49 100644 --- a/Tusker/Screens/Timeline/TimelineViewController.swift +++ b/Tusker/Screens/Timeline/TimelineViewController.swift @@ -1295,7 +1295,7 @@ extension TimelineViewController { // if we didn't add any items, that implies the gap was removed, and we want to to make clear what's happening if !addedItems { - var config = ToastConfiguration(title: "There's nothing in between!") + var config = ToastConfiguration(title: "That's all, folks!") config.dismissAutomaticallyAfter = 2 showToast(configuration: config, animated: true) }