From 3e28c012d7350718006d00c8453fff1a4a748174 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sat, 31 Aug 2024 11:10:59 -0400 Subject: [PATCH] Shhh --- Tusker/Screens/Timeline/TimelineViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tusker/Screens/Timeline/TimelineViewController.swift b/Tusker/Screens/Timeline/TimelineViewController.swift index df2f089354..663a4c49e8 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) }